[INFO] fetching crate fuzzcheck 0.2.1... [INFO] checking fuzzcheck-0.2.1 against try#0ab79c4b48ad19260fa46623f452c1b403a360e8 for pr-74315 [INFO] extracting crate fuzzcheck 0.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fuzzcheck 0.2.1 on toolchain 0ab79c4b48ad19260fa46623f452c1b403a360e8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fuzzcheck 0.2.1 [INFO] finished tweaking crates.io crate fuzzcheck 0.2.1 [INFO] tweaked toml for crates.io crate fuzzcheck 0.2.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 701870da89a88a38fd7dbf95ddcd2f268cb240ef0cbf16672a563886f7748e72 [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" "701870da89a88a38fd7dbf95ddcd2f268cb240ef0cbf16672a563886f7748e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "701870da89a88a38fd7dbf95ddcd2f268cb240ef0cbf16672a563886f7748e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "701870da89a88a38fd7dbf95ddcd2f268cb240ef0cbf16672a563886f7748e72", kill_on_drop: false }` [INFO] [stdout] 701870da89a88a38fd7dbf95ddcd2f268cb240ef0cbf16672a563886f7748e72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9458507d0b3c4c834528b057bdbfa420a3102b0447f4fde59f93738a649582e [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" "d9458507d0b3c4c834528b057bdbfa420a3102b0447f4fde59f93738a649582e", kill_on_drop: false }` [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking fuzzcheck v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::vec::Vec::::remove_item': Removing the first item equal to a needle is already easily possible with iterators and the current Vec methods. Furthermore, having a method for one particular case of removal (linear search, only the first item, no swap remove) but not for others is inconsistent. This method will be removed soon. [INFO] [stdout] --> src/pool.rs:476:35 [INFO] [stdout] | [INFO] [stdout] 476 | analyzed_f.inputs.remove_item(&to_delete_key); // this updates new multiplicity [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::vec::Vec::::remove_item': Removing the first item equal to a needle is already easily possible with iterators and the current Vec methods. Furthermore, having a method for one particular case of removal (linear search, only the first item, no swap remove) but not for others is inconsistent. This method will be removed soon. [INFO] [stdout] --> src/pool.rs:534:31 [INFO] [stdout] | [INFO] [stdout] 534 | analyzed_f.inputs.remove_item(&to_delete_key); // this updates new multiplicity [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::vec::Vec::::remove_item': Removing the first item equal to a needle is already easily possible with iterators and the current Vec methods. Furthermore, having a method for one particular case of removal (linear search, only the first item, no swap remove) but not for others is inconsistent. This method will be removed soon. [INFO] [stdout] --> src/pool.rs:476:35 [INFO] [stdout] | [INFO] [stdout] 476 | analyzed_f.inputs.remove_item(&to_delete_key); // this updates new multiplicity [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::vec::Vec::::remove_item': Removing the first item equal to a needle is already easily possible with iterators and the current Vec methods. Furthermore, having a method for one particular case of removal (linear search, only the first item, no swap remove) but not for others is inconsistent. This method will be removed soon. [INFO] [stdout] --> src/pool.rs:534:31 [INFO] [stdout] | [INFO] [stdout] 534 | analyzed_f.inputs.remove_item(&to_delete_key); // this updates new multiplicity [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EWOULDBLOCK` [INFO] [stdout] --> src/nix_subset/errno.rs:816:5 [INFO] [stdout] | [INFO] [stdout] 816 | pub const EWOULDBLOCK: Errno = Errno::EAGAIN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EDEADLOCK` [INFO] [stdout] --> src/nix_subset/errno.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | pub const EDEADLOCK: Errno = Errno::EDEADLK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENOTSUP` [INFO] [stdout] --> src/nix_subset/errno.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | pub const ENOTSUP: Errno = Errno::EOPNOTSUPP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `type_of_thread_id` [INFO] [stdout] --> src/nix_subset/signal.rs:423:1 [INFO] [stdout] | [INFO] [stdout] 423 | pub type type_of_thread_id = libc::pid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EWOULDBLOCK` [INFO] [stdout] --> src/nix_subset/errno.rs:816:5 [INFO] [stdout] | [INFO] [stdout] 816 | pub const EWOULDBLOCK: Errno = Errno::EAGAIN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EDEADLOCK` [INFO] [stdout] --> src/nix_subset/errno.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | pub const EDEADLOCK: Errno = Errno::EDEADLK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENOTSUP` [INFO] [stdout] --> src/nix_subset/errno.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | pub const ENOTSUP: Errno = Errno::EOPNOTSUPP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `type_of_thread_id` [INFO] [stdout] --> src/nix_subset/signal.rs:423:1 [INFO] [stdout] | [INFO] [stdout] 423 | pub type type_of_thread_id = libc::pid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.57s [INFO] running `Command { std: "docker" "inspect" "d9458507d0b3c4c834528b057bdbfa420a3102b0447f4fde59f93738a649582e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9458507d0b3c4c834528b057bdbfa420a3102b0447f4fde59f93738a649582e", kill_on_drop: false }` [INFO] [stdout] d9458507d0b3c4c834528b057bdbfa420a3102b0447f4fde59f93738a649582e