[INFO] fetching crate smartcast 0.1.1... [INFO] testing smartcast-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate smartcast 0.1.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate smartcast 0.1.1 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 smartcast 0.1.1 [INFO] finished tweaking crates.io crate smartcast 0.1.1 [INFO] tweaked toml for crates.io crate smartcast 0.1.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a2545b099b8fca446975de7fed97bfec06b441a62f0b4901cbb0ea46fb68c4e5 [INFO] running `Command { std: "docker" "start" "-a" "a2545b099b8fca446975de7fed97bfec06b441a62f0b4901cbb0ea46fb68c4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2545b099b8fca446975de7fed97bfec06b441a62f0b4901cbb0ea46fb68c4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2545b099b8fca446975de7fed97bfec06b441a62f0b4901cbb0ea46fb68c4e5", kill_on_drop: false }` [INFO] [stdout] a2545b099b8fca446975de7fed97bfec06b441a62f0b4901cbb0ea46fb68c4e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 475c1cd4dc940a63e8e1a15ec1da7aa84e9ed476435e0d27d3a93edc079a5532 [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" "475c1cd4dc940a63e8e1a15ec1da7aa84e9ed476435e0d27d3a93edc079a5532", kill_on_drop: false }` [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling serde-xml-rs v0.4.1 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling smartcast v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `chipset` [INFO] [stdout] --> src/device/info.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) chipset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DeviceInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/device/info.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.47s [INFO] running `Command { std: "docker" "inspect" "475c1cd4dc940a63e8e1a15ec1da7aa84e9ed476435e0d27d3a93edc079a5532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "475c1cd4dc940a63e8e1a15ec1da7aa84e9ed476435e0d27d3a93edc079a5532", kill_on_drop: false }` [INFO] [stdout] 475c1cd4dc940a63e8e1a15ec1da7aa84e9ed476435e0d27d3a93edc079a5532 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stdout] b2859b775225b8d3dad9224009d6de0b85ee83dcbc3e448936eb8ab6b62594b1 [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" "b2859b775225b8d3dad9224009d6de0b85ee83dcbc3e448936eb8ab6b62594b1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pem v1.0.2 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling yasna v0.4.0 [INFO] [stdout] warning: field is never read: `chipset` [INFO] [stdout] --> src/device/info.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) chipset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DeviceInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/device/info.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling rcgen v0.8.14 [INFO] [stderr] Compiling smartcast v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `settings_root` [INFO] [stdout] --> src/device/info.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub(super) settings_root: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DeviceInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/device/info.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chipset` [INFO] [stdout] --> src/device/info.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) chipset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeviceInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/device/info.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `smartcast` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name dev_types --edition=2018 tests/dev_types.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ca2dd4911e5e5de9 -C extra-filename=-ca2dd4911e5e5de9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-5591e532d2b45a89.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b965b1356565bfb7.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-e5a60057394e8171.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-230034459da65c41.rlib --extern indoc=/opt/rustwide/target/debug/deps/libindoc-9de2ef9d790960f7.so --extern log=/opt/rustwide/target/debug/deps/liblog-b0c795b3b7b3806c.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-e8551e88609ef13b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-dd0ce798a0219d3a.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-dfb5359ee54ce9e4.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-991637585b27531c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-00cbc1ee83eaab6e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-97eb4686595aa57a.rlib --extern serde_xml_rs=/opt/rustwide/target/debug/deps/libserde_xml_rs-d7a9c4ab1511bec6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6670da841f4b3181.rlib --extern smartcast=/opt/rustwide/target/debug/deps/libsmartcast-769ff91627d0b05c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b9ecb464a5723f62.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-4501bf119de0fcec.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-f02f968ced18476f/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `smartcast` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name simulated --edition=2018 tests/simulated.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=7b4bc40b4790053b -C extra-filename=-7b4bc40b4790053b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-5591e532d2b45a89.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b965b1356565bfb7.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-e5a60057394e8171.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-230034459da65c41.rlib --extern indoc=/opt/rustwide/target/debug/deps/libindoc-9de2ef9d790960f7.so --extern log=/opt/rustwide/target/debug/deps/liblog-b0c795b3b7b3806c.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-e8551e88609ef13b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-dd0ce798a0219d3a.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-dfb5359ee54ce9e4.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-991637585b27531c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-00cbc1ee83eaab6e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-97eb4686595aa57a.rlib --extern serde_xml_rs=/opt/rustwide/target/debug/deps/libserde_xml_rs-d7a9c4ab1511bec6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6670da841f4b3181.rlib --extern smartcast=/opt/rustwide/target/debug/deps/libsmartcast-769ff91627d0b05c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b9ecb464a5723f62.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-4501bf119de0fcec.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-f02f968ced18476f/out` (signal: 9, SIGKILL: kill) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b2859b775225b8d3dad9224009d6de0b85ee83dcbc3e448936eb8ab6b62594b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2859b775225b8d3dad9224009d6de0b85ee83dcbc3e448936eb8ab6b62594b1", kill_on_drop: false }` [INFO] [stdout] b2859b775225b8d3dad9224009d6de0b85ee83dcbc3e448936eb8ab6b62594b1