[INFO] cloning repository https://github.com/StratusFearMe21/globkey [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/StratusFearMe21/globkey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratusFearMe21%2Fglobkey", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratusFearMe21%2Fglobkey'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41c897b95f51986a774530c99bddf6ae8cb7cea3 [INFO] checking StratusFearMe21/globkey against master#4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 for pr-83744 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratusFearMe21%2Fglobkey" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/StratusFearMe21/globkey on toolchain 4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/StratusFearMe21/globkey [INFO] finished tweaking git repo https://github.com/StratusFearMe21/globkey [INFO] tweaked toml for git repo https://github.com/StratusFearMe21/globkey written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/StratusFearMe21/globkey already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b385e525f14a843c2c570f9aae83c66d117befcb08fda4b658bf483914b8603 [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" "8b385e525f14a843c2c570f9aae83c66d117befcb08fda4b658bf483914b8603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b385e525f14a843c2c570f9aae83c66d117befcb08fda4b658bf483914b8603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b385e525f14a843c2c570f9aae83c66d117befcb08fda4b658bf483914b8603", kill_on_drop: false }` [INFO] [stdout] 8b385e525f14a843c2c570f9aae83c66d117befcb08fda4b658bf483914b8603 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 034eb891ae1c18a667068a5d1270724168f5443309f0cd299177fb43bcb416e5 [INFO] running `Command { std: "docker" "start" "-a" "034eb891ae1c18a667068a5d1270724168f5443309f0cd299177fb43bcb416e5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling nj-sys v3.0.0 [INFO] [stderr] Compiling nj-build v0.2.2 [INFO] [stderr] Checking input-event-codes v0.2.1 [INFO] [stderr] Checking stoppable_thread v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling device_query v0.2.8 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking rayon-core v1.9.0 [INFO] [stderr] Checking blocking v1.0.2 [INFO] [stderr] Checking async-executor v1.4.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.48 [INFO] [stderr] Compiling nj-derive v3.1.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.6 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking polling v2.0.3 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking async-io v1.3.1 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Checking async-global-executor v2.0.2 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Checking async-std v1.9.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.17 [INFO] [stderr] Checking fluvio-future v0.2.0 [INFO] [stderr] Checking nj-core v4.2.0 [INFO] [stderr] Checking node-bindgen v4.3.0 [INFO] [stderr] Compiling electron_globkey v1.0.41 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `Command { std: "docker" "inspect" "034eb891ae1c18a667068a5d1270724168f5443309f0cd299177fb43bcb416e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "034eb891ae1c18a667068a5d1270724168f5443309f0cd299177fb43bcb416e5", kill_on_drop: false }` [INFO] [stdout] 034eb891ae1c18a667068a5d1270724168f5443309f0cd299177fb43bcb416e5