[INFO] fetching crate smolapps 0.1.4... [INFO] testing smolapps-0.1.4 against 1.59.0 for beta-1.60-1 [INFO] extracting crate smolapps 0.1.4 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate smolapps 0.1.4 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate smolapps 0.1.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate smolapps 0.1.4 [INFO] tweaked toml for crates.io crate smolapps 0.1.4 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate crates.io crate smolapps 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d21f52ba574396120716e440a2212f4700851a6ccac3dd94873378a18d0a230 [INFO] running `Command { std: "docker" "start" "-a" "0d21f52ba574396120716e440a2212f4700851a6ccac3dd94873378a18d0a230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d21f52ba574396120716e440a2212f4700851a6ccac3dd94873378a18d0a230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d21f52ba574396120716e440a2212f4700851a6ccac3dd94873378a18d0a230", kill_on_drop: false }` [INFO] [stdout] 0d21f52ba574396120716e440a2212f4700851a6ccac3dd94873378a18d0a230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90cdfee629fbfeac7e173b4d59eb6f4ac045406a3cf4b963821ea7d314814dc4 [INFO] running `Command { std: "docker" "start" "-a" "90cdfee629fbfeac7e173b4d59eb6f4ac045406a3cf4b963821ea7d314814dc4", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling managed v0.7.1 [INFO] [stderr] Compiling smoltcp v0.6.0 [INFO] [stderr] Compiling smolapps v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / enum_with_unknown! { [INFO] [stdout] 13 | | /// One of the possible operations supported by TFTP. [INFO] [stdout] 14 | | pub enum OpCode(u16) { [INFO] [stdout] 15 | | Read = 1, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / enum_with_unknown! { [INFO] [stdout] 24 | | /// One of the possible error codes found in a TFTP error packet. [INFO] [stdout] 25 | | pub enum ErrorCode(u16) { [INFO] [stdout] 26 | | Undefined = 0, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.48s [INFO] running `Command { std: "docker" "inspect" "90cdfee629fbfeac7e173b4d59eb6f4ac045406a3cf4b963821ea7d314814dc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90cdfee629fbfeac7e173b4d59eb6f4ac045406a3cf4b963821ea7d314814dc4", kill_on_drop: false }` [INFO] [stdout] 90cdfee629fbfeac7e173b4d59eb6f4ac045406a3cf4b963821ea7d314814dc4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31ba6f47de79b265082192d638a9498dd3223be81b8c6824aee50a9e51cde735 [INFO] running `Command { std: "docker" "start" "-a" "31ba6f47de79b265082192d638a9498dd3223be81b8c6824aee50a9e51cde735", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / enum_with_unknown! { [INFO] [stdout] 13 | | /// One of the possible operations supported by TFTP. [INFO] [stdout] 14 | | pub enum OpCode(u16) { [INFO] [stdout] 15 | | Read = 1, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / enum_with_unknown! { [INFO] [stdout] 24 | | /// One of the possible error codes found in a TFTP error packet. [INFO] [stdout] 25 | | pub enum ErrorCode(u16) { [INFO] [stdout] 26 | | Undefined = 0, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling smolapps v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / enum_with_unknown! { [INFO] [stdout] 13 | | /// One of the possible operations supported by TFTP. [INFO] [stdout] 14 | | pub enum OpCode(u16) { [INFO] [stdout] 15 | | Read = 1, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `shown` [INFO] [stdout] --> src/macros.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wire/tftp.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / enum_with_unknown! { [INFO] [stdout] 24 | | /// One of the possible error codes found in a TFTP error packet. [INFO] [stdout] 25 | | pub enum ErrorCode(u16) { [INFO] [stdout] 26 | | Undefined = 0, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.28s [INFO] running `Command { std: "docker" "inspect" "31ba6f47de79b265082192d638a9498dd3223be81b8c6824aee50a9e51cde735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31ba6f47de79b265082192d638a9498dd3223be81b8c6824aee50a9e51cde735", kill_on_drop: false }` [INFO] [stdout] 31ba6f47de79b265082192d638a9498dd3223be81b8c6824aee50a9e51cde735 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 865d834a02f31f0b164fae10959bc9ebcaf503dd1a073ff382276b74c7574ee5 [INFO] running `Command { std: "docker" "start" "-a" "865d834a02f31f0b164fae10959bc9ebcaf503dd1a073ff382276b74c7574ee5", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unknown `doc` attribute `shown` [INFO] [stdout] running 8 tests [INFO] [stderr] --> src/macros.rs:46:26 [INFO] [stderr] | [INFO] [stderr] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/wire/tftp.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / enum_with_unknown! { [INFO] [stderr] 13 | | /// One of the possible operations supported by TFTP. [INFO] [stderr] 14 | | pub enum OpCode(u16) { [INFO] [stderr] 15 | | Read = 1, [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` implied by `#[warn(warnings)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown `doc` attribute `shown` [INFO] [stderr] --> src/macros.rs:46:26 [INFO] [stderr] | [INFO] [stderr] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/wire/tftp.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / enum_with_unknown! { [INFO] [stderr] 24 | | /// One of the possible error codes found in a TFTP error packet. [INFO] [stderr] 25 | | pub enum ErrorCode(u16) { [INFO] [stderr] 26 | | Undefined = 0, [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `smolapps` (lib) generated 2 warnings [INFO] [stderr] warning: `smolapps` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/smolapps-43c3e0dceaa6d092) [INFO] [stdout] test wire::sntp::test::test_construct ... ok [INFO] [stderr] Doc-tests smolapps [INFO] [stdout] test wire::sntp::test::test_emit ... ok [INFO] [stdout] test wire::sntp::test::test_parse ... ok [INFO] [stdout] test wire::tftp::test::test_construct ... ok [INFO] [stdout] test wire::sntp::test::test_deconstruct ... ok [INFO] [stdout] test wire::tftp::test::test_emit ... ok [INFO] [stdout] test wire::tftp::test::test_parse ... ok [INFO] [stdout] test wire::tftp::test::test_deconstruct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/sntp/mod.rs - sntp::Client::new (line 44) ... ok [INFO] [stdout] test src/tftp/mod.rs - tftp::Server::new (line 74) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "865d834a02f31f0b164fae10959bc9ebcaf503dd1a073ff382276b74c7574ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "865d834a02f31f0b164fae10959bc9ebcaf503dd1a073ff382276b74c7574ee5", kill_on_drop: false }` [INFO] [stdout] 865d834a02f31f0b164fae10959bc9ebcaf503dd1a073ff382276b74c7574ee5