[INFO] cloning repository https://github.com/killercup/rust-dbg-enhancer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/killercup/rust-dbg-enhancer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Frust-dbg-enhancer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Frust-dbg-enhancer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b23942f45755414b975a5b9da90662c0de646cc [INFO] checking killercup/rust-dbg-enhancer against master#39b841dfe36f90a7cd111e7f0c55f32594f6e578 for pr-77035 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Frust-dbg-enhancer" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/killercup/rust-dbg-enhancer on toolchain 39b841dfe36f90a7cd111e7f0c55f32594f6e578 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/killercup/rust-dbg-enhancer [INFO] finished tweaking git repo https://github.com/killercup/rust-dbg-enhancer [INFO] tweaked toml for git repo https://github.com/killercup/rust-dbg-enhancer written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/killercup/rust-dbg-enhancer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 67e9b62a290c2299aa7fa0f2f212b9cb02856e7806a932df8e7d218c950dd6fc [INFO] running `Command { std: "docker" "start" "-a" "67e9b62a290c2299aa7fa0f2f212b9cb02856e7806a932df8e7d218c950dd6fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67e9b62a290c2299aa7fa0f2f212b9cb02856e7806a932df8e7d218c950dd6fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67e9b62a290c2299aa7fa0f2f212b9cb02856e7806a932df8e7d218c950dd6fc", kill_on_drop: false }` [INFO] [stdout] 67e9b62a290c2299aa7fa0f2f212b9cb02856e7806a932df8e7d218c950dd6fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5773f8a963ec5c3d90792d694201f7a78d229a9dc08272077e1c130a5d9047e3 [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" "5773f8a963ec5c3d90792d694201f7a78d229a9dc08272077e1c130a5d9047e3", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.7 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Checking pest v2.1.1 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Checking from-pest v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling snafu-derive v0.4.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling single v1.0.0 [INFO] [stderr] Compiling pest-ast v0.3.3 [INFO] [stderr] Checking snafu v0.4.1 [INFO] [stderr] Checking rust-dbg-enhancer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_yaml v0.8.9 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking ron v0.4.2 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking insta v0.8.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "5773f8a963ec5c3d90792d694201f7a78d229a9dc08272077e1c130a5d9047e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5773f8a963ec5c3d90792d694201f7a78d229a9dc08272077e1c130a5d9047e3", kill_on_drop: false }` [INFO] [stdout] 5773f8a963ec5c3d90792d694201f7a78d229a9dc08272077e1c130a5d9047e3