[INFO] fetching crate clapi_internal 0.1.0... [INFO] testing clapi_internal-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate clapi_internal 0.1.0 into /workspace/builds/worker-43/source [INFO] validating manifest of crates.io crate clapi_internal 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-43/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8249c1051f28eec95264adb34185d0306b807dba50429c08176743578689d78 [INFO] running `Command { std: "docker" "start" "-a" "e8249c1051f28eec95264adb34185d0306b807dba50429c08176743578689d78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8249c1051f28eec95264adb34185d0306b807dba50429c08176743578689d78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8249c1051f28eec95264adb34185d0306b807dba50429c08176743578689d78", kill_on_drop: false }` [INFO] [stdout] e8249c1051f28eec95264adb34185d0306b807dba50429c08176743578689d78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 720ab469941c7bc7a34f1ffccce67c8941c7e7a7ac85151bba8aae42451fe572 [INFO] running `Command { std: "docker" "start" "-a" "720ab469941c7bc7a34f1ffccce67c8941c7e7a7ac85151bba8aae42451fe572", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [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 7.96s [INFO] running `Command { std: "docker" "inspect" "720ab469941c7bc7a34f1ffccce67c8941c7e7a7ac85151bba8aae42451fe572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "720ab469941c7bc7a34f1ffccce67c8941c7e7a7ac85151bba8aae42451fe572", kill_on_drop: false }` [INFO] [stdout] 720ab469941c7bc7a34f1ffccce67c8941c7e7a7ac85151bba8aae42451fe572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35229010d09e0a8386e0421954e25081b8d471d59b0c2a77a511d898395abbec [INFO] running `Command { std: "docker" "start" "-a" "35229010d09e0a8386e0421954e25081b8d471d59b0c2a77a511d898395abbec", 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.30s [INFO] running `Command { std: "docker" "inspect" "35229010d09e0a8386e0421954e25081b8d471d59b0c2a77a511d898395abbec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35229010d09e0a8386e0421954e25081b8d471d59b0c2a77a511d898395abbec", kill_on_drop: false }` [INFO] [stdout] 35229010d09e0a8386e0421954e25081b8d471d59b0c2a77a511d898395abbec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cd57f2da2fc2aa58b8a9ae967b70cf7eed5856a0fc5e89005590a8cfedfebdb4 [INFO] running `Command { std: "docker" "start" "-a" "cd57f2da2fc2aa58b8a9ae967b70cf7eed5856a0fc5e89005590a8cfedfebdb4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/clapi_internal-c9d13dc4ca065afd) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test ext::type_ext::tests::is_primitive_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_signed_integer_test ... ok [INFO] [stderr] Doc-tests clapi_internal [INFO] [stdout] test ext::type_ext::tests::is_float_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_slice_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_vec_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_option_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_unsigned_integer_test ... ok [INFO] [stdout] test ext::type_ext::tests::is_result_test ... ok [INFO] [stdout] test ext::type_ext::tests::path_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [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" "cd57f2da2fc2aa58b8a9ae967b70cf7eed5856a0fc5e89005590a8cfedfebdb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd57f2da2fc2aa58b8a9ae967b70cf7eed5856a0fc5e89005590a8cfedfebdb4", kill_on_drop: false }` [INFO] [stdout] cd57f2da2fc2aa58b8a9ae967b70cf7eed5856a0fc5e89005590a8cfedfebdb4