Scheduled to be released on 2020-03-12.
https://internals.rust-lang.org/t/rust-1-42-0-pre-release-testing/11949
https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1420-2020-03-12
Paths
| Differential D24020 Authored by tobik on Mar 10 2020, 8:05 PM.
Details
Summary Scheduled to be released on 2020-03-12. https://internals.rust-lang.org/t/rust-1-42-0-pre-release-testing/11949 Test Plan 11.3 amd64 ok arm64 ?
Diff Detail
Event TimelineHerald added a reviewer: portmgr. · View Herald TranscriptMar 10 2020, 8:05 PM2020-03-10 20:05:08 (UTC+0) Harbormaster completed remote builds in B29872: Diff 69375.Mar 10 2020, 8:05 PM2020-03-10 20:05:08 (UTC+0) tobik edited the test plan for this revision. (Show Details)Mar 11 2020, 8:06 AM2020-03-11 08:06:15 (UTC+0) Comment Actions I have 2 errors with lang/rust-bootstrap: error: unnecessary parentheses around block return value --> src/bootstrap/lib.rs:1029:9 | 1029 | (target.contains("linux-gnu") || target.contains("apple-darwin")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses | = note: `-D unused-parens` implied by `-D warnings` error: unused extern crate --> src/librustc_macros/src/lib.rs:4:1 | 4 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-D unused-extern-crates` implied by `-D warnings` Harbormaster completed remote builds in B29875: Diff 69388.Mar 11 2020, 10:30 AM2020-03-11 10:30:07 (UTC+0) Comment Actions
That fixed the issue, thanks. Comment Actions OK on 13amd64, 13i386, armv7 and ppc64 elfv2. I'll have the result for other arches tomorrow. edit: ok on armv6 and ppc64 elfv1 command did not execute successfully: "/usr/ports/lang/rust/work/rustc-1.42.0-src/build/aarch64-unknown-freebsd/stage0/bin/cargo" "build" "-Zconfig-profile" "--target" "aarch64-unknown-freebsd" "-Zbinary-dep-de pinfo" "-j" "4" "-v" "--release" "--frozen" "--manifest-path" "/usr/ports/lang/rust/work/rustc-1.42.0-src/src/tools/miri/Cargo.toml" "--message-format" "json-render-diagnostics" expected success, got: signal: 11 < ToolBuild { compiler: Compiler { stage: 2, host: "aarch64-unknown-freebsd" }, target: "aarch64-unknown-freebsd", tool: "cargo-miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, sour ce_type: Submodule, extra_features: [] } < CargoMiri { compiler: Compiler { stage: 2, host: "aarch64-unknown-freebsd" }, target: "aarch64-unknown-freebsd", extra_features: [] } thread 'main' panicked at 'Unable to build cargo miri', src/bootstrap/dist.rs:65:9 tobik edited the test plan for this revision. (Show Details)Mar 12 2020, 10:00 AM2020-03-12 10:00:54 (UTC+0) Comment Actions
Do you have a full log? tobik edited the test plan for this revision. (Show Details)Mar 12 2020, 10:05 AM2020-03-12 10:05:05 (UTC+0) Comment Actions
No, it's probably a problem on my board. I'm rebuilding it. This revision was not accepted when it landed; it landed in state Needs Review.Mar 12 2020, 7:39 PM2020-03-12 19:39:38 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69375 Mk/Uses/cargo.mk
audio/ncspot/Makefile
audio/spotify-tui/Makefile
audio/spotifyd/Makefile
|
My gut reaction to this is that we probably shouldn't expose the port at all if it's not explicitly set, just leave it nil in this table to allow for more idiomatic usage where you can simply test the port as truthy before using it.f