[INFO] cloning repository https://github.com/wycats/rust-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wycats/rust-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwycats%2Frust-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwycats%2Frust-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8131dca1d6bc656a2e549fb0159619c9485c853 [INFO] checking wycats/rust-experiments against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwycats%2Frust-experiments" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wycats/rust-experiments on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wycats/rust-experiments [INFO] finished tweaking git repo https://github.com/wycats/rust-experiments [INFO] tweaked toml for git repo https://github.com/wycats/rust-experiments written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wycats/rust-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--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-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" "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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3dfe25b9f490833377d0650122c23c284842520e3b2da68197f511f367cdd078 [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" "3dfe25b9f490833377d0650122c23c284842520e3b2da68197f511f367cdd078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dfe25b9f490833377d0650122c23c284842520e3b2da68197f511f367cdd078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dfe25b9f490833377d0650122c23c284842520e3b2da68197f511f367cdd078", kill_on_drop: false }` [INFO] [stdout] 3dfe25b9f490833377d0650122c23c284842520e3b2da68197f511f367cdd078 [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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92b7ef5bee0ff28f67fd0ca41bc58b488dcb6b8e66132508a40fcb156a1f6415 [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" "92b7ef5bee0ff28f67fd0ca41bc58b488dcb6b8e66132508a40fcb156a1f6415", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking smallvec v1.5.0 [INFO] [stderr] Checking format-core v0.2.3 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking bimap v0.5.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking dissimilar v1.0.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling trybuild v1.0.35 [INFO] [stderr] Checking humantime v2.0.1 [INFO] [stderr] Compiling tt-call v1.0.7 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking laboratory-test-helpers v0.1.0 (/opt/rustwide/workdir/crates/test-helpers) [INFO] [stderr] Checking pretty v0.10.0 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking type-map v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Compiling semver-parser v0.10.1 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.0 [INFO] [stderr] Compiling spectrum-macros v0.0.0 (/opt/rustwide/workdir/crates/spectrum-macros) [INFO] [stderr] Checking console v0.13.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling derefable v0.1.0 [INFO] [stderr] Checking proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling format-macro v0.2.3 [INFO] [stderr] Compiling ouroboros_macro v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling modular-bitfield-impl v0.11.2 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Checking format v0.2.3 [INFO] [stderr] Checking modular-bitfield v0.11.2 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking ouroboros v0.5.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Compiling spectrum v0.0.0 (/opt/rustwide/workdir/crates/spectrum) [INFO] [stderr] Checking veritas v0.0.0 (/opt/rustwide/workdir/crates/veritas) [INFO] [stderr] Compiling handlebars v3.5.1 [INFO] [stderr] Compiling laboratory v1.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "92b7ef5bee0ff28f67fd0ca41bc58b488dcb6b8e66132508a40fcb156a1f6415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92b7ef5bee0ff28f67fd0ca41bc58b488dcb6b8e66132508a40fcb156a1f6415", kill_on_drop: false }` [INFO] [stdout] 92b7ef5bee0ff28f67fd0ca41bc58b488dcb6b8e66132508a40fcb156a1f6415