[INFO] crate fuzzcheck 0.2.1 is already in cache [INFO] checking fuzzcheck-0.2.1 against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] extracting crate fuzzcheck 0.2.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate fuzzcheck 0.2.1 on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fd3c5837fb703c5d79a10b2c92d93983c6cf5877507032f83e4225ea9df456b [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" "0fd3c5837fb703c5d79a10b2c92d93983c6cf5877507032f83e4225ea9df456b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fd3c5837fb703c5d79a10b2c92d93983c6cf5877507032f83e4225ea9df456b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fd3c5837fb703c5d79a10b2c92d93983c6cf5877507032f83e4225ea9df456b", kill_on_drop: false }` [INFO] [stdout] 0fd3c5837fb703c5d79a10b2c92d93983c6cf5877507032f83e4225ea9df456b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc64a27bb23c477ed2c9dc334210ac5b679e37100f2abb1ac03b2d14b6bf57ea [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" "cc64a27bb23c477ed2c9dc334210ac5b679e37100f2abb1ac03b2d14b6bf57ea", kill_on_drop: false }` [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking fuzzcheck_arg_parser v0.2.1 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [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.28s [INFO] running `Command { std: "docker" "inspect" "cc64a27bb23c477ed2c9dc334210ac5b679e37100f2abb1ac03b2d14b6bf57ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc64a27bb23c477ed2c9dc334210ac5b679e37100f2abb1ac03b2d14b6bf57ea", kill_on_drop: false }` [INFO] [stdout] cc64a27bb23c477ed2c9dc334210ac5b679e37100f2abb1ac03b2d14b6bf57ea