[INFO] cloning repository https://github.com/MKNIXT/mk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MKNIXT/mk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMKNIXT%2Fmk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMKNIXT%2Fmk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2a9c673dfa8b18fdf8a1da8a59f3fe8f0b4ccaa0 [INFO] checking MKNIXT/mk against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMKNIXT%2Fmk" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MKNIXT/mk on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1/source/rust-toolchain [INFO] started tweaking git repo https://github.com/MKNIXT/mk [INFO] finished tweaking git repo https://github.com/MKNIXT/mk [INFO] tweaked toml for git repo https://github.com/MKNIXT/mk written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/MKNIXT/mk already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7210cc1e5a71f37d0eac385a01d05d284898da710a53bee30e97bed5ea9f5c5a [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" "7210cc1e5a71f37d0eac385a01d05d284898da710a53bee30e97bed5ea9f5c5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7210cc1e5a71f37d0eac385a01d05d284898da710a53bee30e97bed5ea9f5c5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7210cc1e5a71f37d0eac385a01d05d284898da710a53bee30e97bed5ea9f5c5a", kill_on_drop: false }` [INFO] [stdout] 7210cc1e5a71f37d0eac385a01d05d284898da710a53bee30e97bed5ea9f5c5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d57ec4f0e1dfa3f0f132ec117e2cd299e1349440b652cd369c558e69dca3396e [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" "d57ec4f0e1dfa3f0f132ec117e2cd299e1349440b652cd369c558e69dca3396e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling anyhow v1.0.45 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking ppv-lite86 v0.2.15 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling uninitialized v0.0.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking der v0.4.4 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking arc-swap v1.4.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking triggered v0.1.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling cmake v0.1.46 [INFO] [stderr] Compiling xxhash-c-sys v0.8.1 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking lorawan v0.1.0 (/opt/rustwide/workdir/lorawan) [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking angry-purple-tiger v0.1.0 [INFO] [stderr] Checking semver-parser v0.10.2 [INFO] [stderr] Checking futures-channel v0.3.17 [INFO] [stderr] Compiling longfi-sys v0.2.0 (https://github.com/helium/longfi-rs?branch=main#a468f9ee) [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking resize-slice v0.1.3 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking slog-scope v4.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking i2c-linux-sys v0.2.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking slog-stdlog v4.1.0 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking xxhash-c v0.8.1 [INFO] [stderr] Checking i2c-linux v0.1.2 [INFO] [stderr] Checking syslog v5.0.0 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking ff v0.10.1 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Checking slog-syslog v0.13.0 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking group v0.10.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.11.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking sha2 v0.9.8 [INFO] [stderr] Checking signature v1.3.2 [INFO] [stderr] Checking hmac v0.11.0 [INFO] [stderr] Checking ed25519 v1.2.0 [INFO] [stderr] Checking bs58 v0.4.0 [INFO] [stderr] Checking longfi v0.2.0 (https://github.com/helium/longfi-rs?branch=main#a468f9ee) [INFO] [stderr] Checking xorf v0.7.2 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking slog-term v2.8.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Checking zeroize v1.4.3 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking crypto-bigint v0.2.11 [INFO] [stderr] Checking curve25519-dalek v3.2.0 [INFO] [stderr] Checking elliptic-curve v0.10.6 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking ecdsa v0.12.4 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking p256 v0.9.0 (https://github.com/helium/elliptic-curves?branch=madninja/compact_point_impl#b3051010) [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling prost v0.9.0 [INFO] [stderr] Compiling num_enum_derive v0.5.4 [INFO] [stderr] Compiling prost-types v0.9.0 [INFO] [stderr] Checking futures-executor v0.3.17 [INFO] [stderr] Checking num_enum v0.5.4 [INFO] [stderr] Checking futures v0.3.17 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-io-timeout v1.1.1 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Compiling tonic-build v0.6.0 [INFO] [stderr] Checking h2 v0.3.7 [INFO] [stderr] Checking tower v0.4.10 [INFO] [stderr] Compiling helium-proto v0.1.0 (https://github.com/helium/proto?branch=master#0b4fde86) [INFO] [stderr] Checking serde_json v1.0.68 [INFO] [stderr] Checking ed25519-dalek v1.0.1 (https://github.com/helium/ed25519-dalek?branch=madninja/bump_rand#d9b58a53) [INFO] [stderr] Checking ecc608-linux v0.1.2 [INFO] [stderr] Checking http-serde v1.0.3 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking helium-crypto v0.3.1 (https://github.com/helium/helium-crypto-rs?tag=v0.3.1#33ac71d8) [INFO] [stderr] Checking semtech-udp v0.7.2 [INFO] [stderr] Checking config v0.11.0 [INFO] [stderr] Checking hyper v0.14.14 [INFO] [stderr] error: failed to run custom build command for `helium-proto v0.1.0 (https://github.com/helium/proto?branch=master#0b4fde86)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/helium-proto-03df88209342cd66/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '936f2600b6c903b04387f74ed5cbce88bb06d243' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d57ec4f0e1dfa3f0f132ec117e2cd299e1349440b652cd369c558e69dca3396e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d57ec4f0e1dfa3f0f132ec117e2cd299e1349440b652cd369c558e69dca3396e", kill_on_drop: false }` [INFO] [stdout] d57ec4f0e1dfa3f0f132ec117e2cd299e1349440b652cd369c558e69dca3396e