[INFO] updating cached repository https://github.com/clanehin/retriever [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b21c5336338a43c73e6be2fe260e12473f5b9042 [INFO] checking clanehin/retriever against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclanehin%2Fretriever" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 12% (6/48) Checking out files: 14% (7/48) Checking out files: 16% (8/48) Checking out files: 18% (9/48) Checking out files: 20% (10/48) Checking out files: 22% (11/48) Checking out files: 25% (12/48) Checking out files: 27% (13/48) Checking out files: 29% (14/48) Checking out files: 31% (15/48) Checking out files: 33% (16/48) Checking out files: 35% (17/48) Checking out files: 37% (18/48) Checking out files: 39% (19/48) Checking out files: 41% (20/48) Checking out files: 43% (21/48) Checking out files: 45% (22/48) Checking out files: 47% (23/48) Checking out files: 50% (24/48) Checking out files: 52% (25/48) Checking out files: 54% (26/48) Checking out files: 56% (27/48) Checking out files: 58% (28/48) Checking out files: 60% (29/48) Checking out files: 62% (30/48) Checking out files: 64% (31/48) Checking out files: 66% (32/48) Checking out files: 68% (33/48) Checking out files: 70% (34/48) Checking out files: 72% (35/48) Checking out files: 75% (36/48) Checking out files: 77% (37/48) Checking out files: 79% (38/48) Checking out files: 81% (39/48) Checking out files: 83% (40/48) Checking out files: 85% (41/48) Checking out files: 87% (42/48) Checking out files: 89% (43/48) Checking out files: 91% (44/48) Checking out files: 93% (45/48) Checking out files: 95% (46/48) Checking out files: 97% (47/48) Checking out files: 100% (48/48) Checking out files: 100% (48/48), done. [INFO] validating manifest of git repo https://github.com/clanehin/retriever on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/clanehin/retriever [INFO] finished tweaking git repo https://github.com/clanehin/retriever [INFO] tweaked toml for git repo https://github.com/clanehin/retriever written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/clanehin/retriever already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "/opt/rustwide/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d04591087ffd03fb1c68ad3897517bca69a489251d48736f6df88f8d6b2cb0d3 [INFO] running `"docker" "start" "-a" "d04591087ffd03fb1c68ad3897517bca69a489251d48736f6df88f8d6b2cb0d3"` [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking rgb v0.8.14 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking retriever v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion-plot v0.4.0 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/bits/bitfield.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) const BITS: usize = (std::mem::size_of::() * 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_xoshiro v0.3.1 [INFO] [stderr] Checking rand_os v0.2.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/bits/bitfield.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) const BITS: usize = (std::mem::size_of::() * 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.43s [INFO] running `"docker" "inspect" "d04591087ffd03fb1c68ad3897517bca69a489251d48736f6df88f8d6b2cb0d3"` [INFO] running `"docker" "rm" "-f" "d04591087ffd03fb1c68ad3897517bca69a489251d48736f6df88f8d6b2cb0d3"` [INFO] [stdout] d04591087ffd03fb1c68ad3897517bca69a489251d48736f6df88f8d6b2cb0d3