[INFO] fetching crate smolapps 0.1.4... [INFO] testing smolapps-0.1.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate smolapps 0.1.4 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate smolapps 0.1.4 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-14/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9daaaf42fb4e94f039c415550aa11c6d9620acf268d273d30d36ad644c6c372 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c9daaaf42fb4e94f039c415550aa11c6d9620acf268d273d30d36ad644c6c372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9daaaf42fb4e94f039c415550aa11c6d9620acf268d273d30d36ad644c6c372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9daaaf42fb4e94f039c415550aa11c6d9620acf268d273d30d36ad644c6c372", kill_on_drop: false }` [INFO] [stdout] c9daaaf42fb4e94f039c415550aa11c6d9620acf268d273d30d36ad644c6c372 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43b345a7a126e0f1a3776156b9f03d20abd0dc2d29e491648ab1860d1a65732a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "43b345a7a126e0f1a3776156b9f03d20abd0dc2d29e491648ab1860d1a65732a", kill_on_drop: false }` [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.74s [INFO] running `Command { std: "docker" "inspect" "43b345a7a126e0f1a3776156b9f03d20abd0dc2d29e491648ab1860d1a65732a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43b345a7a126e0f1a3776156b9f03d20abd0dc2d29e491648ab1860d1a65732a", kill_on_drop: false }` [INFO] [stdout] 43b345a7a126e0f1a3776156b9f03d20abd0dc2d29e491648ab1860d1a65732a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8b4975c3d8567a706301d06100c6205d93238bfaf1cd7c1e280bed8aea97f8c [INFO] running `Command { std: "docker" "start" "-a" "a8b4975c3d8567a706301d06100c6205d93238bfaf1cd7c1e280bed8aea97f8c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [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 atty v0.2.14 [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 4.80s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/smolapps-fb688d9581ef23e1) [INFO] running `Command { std: "docker" "inspect" "a8b4975c3d8567a706301d06100c6205d93238bfaf1cd7c1e280bed8aea97f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8b4975c3d8567a706301d06100c6205d93238bfaf1cd7c1e280bed8aea97f8c", kill_on_drop: false }` [INFO] [stdout] a8b4975c3d8567a706301d06100c6205d93238bfaf1cd7c1e280bed8aea97f8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fd108cfa646d0f00ce8616b5cce073a734a7e0244a4d6af4e558186a6fca0e2c [INFO] running `Command { std: "docker" "start" "-a" "fd108cfa646d0f00ce8616b5cce073a734a7e0244a4d6af4e558186a6fca0e2c", 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] [stdout] test wire::sntp::test::test_construct ... ok [INFO] [stderr] | [INFO] [stdout] test wire::sntp::test::test_parse ... ok [INFO] [stderr] 46 | $( #[doc(shown)] $variant = $value ),+ [INFO] [stdout] test wire::tftp::test::test_construct ... ok [INFO] [stderr] | ^^^^^ [INFO] [stdout] test wire::tftp::test::test_deconstruct ... ok [INFO] [stderr] | [INFO] [stdout] test wire::tftp::test::test_parse ... ok [INFO] [stderr] ::: src/wire/tftp.rs:12:1 [INFO] [stdout] test wire::tftp::test::test_emit ... ok [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.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smolapps-fb688d9581ef23e1) [INFO] [stdout] test wire::sntp::test::test_deconstruct ... ok [INFO] [stderr] Doc-tests smolapps [INFO] [stdout] test wire::sntp::test::test_emit ... 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.94s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fd108cfa646d0f00ce8616b5cce073a734a7e0244a4d6af4e558186a6fca0e2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd108cfa646d0f00ce8616b5cce073a734a7e0244a4d6af4e558186a6fca0e2c", kill_on_drop: false }` [INFO] [stdout] fd108cfa646d0f00ce8616b5cce073a734a7e0244a4d6af4e558186a6fca0e2c