[INFO] fetching crate clapi_internal 0.1.0... [INFO] testing clapi_internal-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate clapi_internal 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate clapi_internal 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate clapi_internal 0.1.0 [INFO] finished tweaking crates.io crate clapi_internal 0.1.0 [INFO] tweaked toml for crates.io crate clapi_internal 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34081958d5cc6a22d741affc580d3afcb6e20b5de2842e59937d17b36aa60e43 [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" "34081958d5cc6a22d741affc580d3afcb6e20b5de2842e59937d17b36aa60e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34081958d5cc6a22d741affc580d3afcb6e20b5de2842e59937d17b36aa60e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34081958d5cc6a22d741affc580d3afcb6e20b5de2842e59937d17b36aa60e43", kill_on_drop: false }` [INFO] [stdout] 34081958d5cc6a22d741affc580d3afcb6e20b5de2842e59937d17b36aa60e43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80d727440d8ae85b4040817edf6ae74461defc7b827b9d2617ac9817a7389aae [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" "80d727440d8ae85b4040817edf6ae74461defc7b827b9d2617ac9817a7389aae", kill_on_drop: false }` [INFO] [stderr] Compiling clapi_internal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `comma` [INFO] [stdout] --> src/var.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | comma: syn::Token![,], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `mutability` [INFO] [stdout] --> src/var.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | mutability: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `colon` [INFO] [stdout] --> src/var.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | colon: syn::Token![:], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `Command { std: "docker" "inspect" "80d727440d8ae85b4040817edf6ae74461defc7b827b9d2617ac9817a7389aae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80d727440d8ae85b4040817edf6ae74461defc7b827b9d2617ac9817a7389aae", kill_on_drop: false }` [INFO] [stdout] 80d727440d8ae85b4040817edf6ae74461defc7b827b9d2617ac9817a7389aae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "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] eea376facb2f5386db9aa55625a529403e929d09f803dd4d83f945bed637cef6 [INFO] running `Command { std: "docker" "start" "-a" "eea376facb2f5386db9aa55625a529403e929d09f803dd4d83f945bed637cef6", kill_on_drop: false }` [INFO] [stderr] Compiling clapi_internal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `comma` [INFO] [stdout] --> src/var.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | comma: syn::Token![,], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `mutability` [INFO] [stdout] --> src/var.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | mutability: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `colon` [INFO] [stdout] --> src/var.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | colon: syn::Token![:], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `comma` [INFO] [stdout] --> src/var.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | comma: syn::Token![,], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `mutability` [INFO] [stdout] --> src/var.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | mutability: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: `colon` [INFO] [stdout] --> src/var.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | colon: syn::Token![:], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/var.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `Command { std: "docker" "inspect" "eea376facb2f5386db9aa55625a529403e929d09f803dd4d83f945bed637cef6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eea376facb2f5386db9aa55625a529403e929d09f803dd4d83f945bed637cef6", kill_on_drop: false }` [INFO] [stdout] eea376facb2f5386db9aa55625a529403e929d09f803dd4d83f945bed637cef6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bdd2398a4cccf779b5cef65df25a416905161b4d79f4dbda5f47d3fc6decfc1a [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" "bdd2398a4cccf779b5cef65df25a416905161b4d79f4dbda5f47d3fc6decfc1a", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `comma` [INFO] [stderr] --> src/var.rs:144:5 [INFO] [stderr] | [INFO] [stderr] 144 | comma: syn::Token![,], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/var.rs:141:10 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `mutability` [INFO] [stderr] --> src/var.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | mutability: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/var.rs:141:10 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `colon` [INFO] [stderr] --> src/var.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | colon: syn::Token![:], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VarInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/var.rs:141:10 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `clapi_internal` (lib) generated 3 warnings [INFO] [stderr] warning: `clapi_internal` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/clapi_internal-aaae55810dcc01d9) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stderr] Doc-tests clapi_internal [INFO] [stdout] test ext::type_ext::tests::is_option_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_float_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_vec_test ... ok [INFO] [stdout] test ext::type_ext::tests::path_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_primitive_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_signed_integer_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_unsigned_integer_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_slice_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_result_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bdd2398a4cccf779b5cef65df25a416905161b4d79f4dbda5f47d3fc6decfc1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd2398a4cccf779b5cef65df25a416905161b4d79f4dbda5f47d3fc6decfc1a", kill_on_drop: false }` [INFO] [stdout] bdd2398a4cccf779b5cef65df25a416905161b4d79f4dbda5f47d3fc6decfc1a