[INFO] cloning repository https://github.com/cauchy-team/cauchy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cauchy-team/cauchy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcauchy-team%2Fcauchy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcauchy-team%2Fcauchy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df991e2a2ae64c846260b17500e705e9fee33690 [INFO] checking cauchy-team/cauchy against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcauchy-team%2Fcauchy" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cauchy-team/cauchy on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cauchy-team/cauchy [INFO] finished tweaking git repo https://github.com/cauchy-team/cauchy [INFO] tweaked toml for git repo https://github.com/cauchy-team/cauchy written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/cauchy-team/cauchy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e2775efc80f23ab1fee8f51908439f5f8f52458b066ee7463d41e21bc419136 [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" "7e2775efc80f23ab1fee8f51908439f5f8f52458b066ee7463d41e21bc419136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e2775efc80f23ab1fee8f51908439f5f8f52458b066ee7463d41e21bc419136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e2775efc80f23ab1fee8f51908439f5f8f52458b066ee7463d41e21bc419136", kill_on_drop: false }` [INFO] [stdout] 7e2775efc80f23ab1fee8f51908439f5f8f52458b066ee7463d41e21bc419136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef2e4d505c2ae9f34f5d4e422f11a85b68d6f9cd54273b6a5adc451c9ad4e5b4 [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" "ef2e4d505c2ae9f34f5d4e422f11a85b68d6f9cd54273b6a5adc451c9ad4e5b4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling bindgen v0.49.4 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking oddsketch v0.1.0 (https://github.com/hlb8122/oddsketch-rs#cb95fb18) [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking tower-layer v0.3.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling multimap v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking md5 v0.6.1 [INFO] [stderr] Compiling rust-wasm v0.1.0 (https://github.com/TheRealBluesun/rust-wasm?tag=v0.1.2#8f76f8d2) [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Checking oorandom v11.1.1 [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking tracing-core v0.1.10 (https://github.com/tokio-rs/tracing.git#a37ad4d5) [INFO] [stderr] Checking sharded-slab v0.0.9 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking cauchy-database v0.1.0 (/opt/rustwide/workdir/cauchy-database) [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking plotters v0.2.14 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling blake3 v0.3.3 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking criterion-plot v0.4.2 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking ahash v0.3.4 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Checking dashmap v3.11.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking webpki v0.21.2 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking rustls v0.17.0 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.7 (https://github.com/tokio-rs/tracing.git#a37ad4d5) [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Compiling minisketch-rs v0.1.9 [INFO] [stderr] Checking tracing v0.1.13 (https://github.com/tokio-rs/tracing.git#a37ad4d5) [INFO] [stderr] Checking tracing v0.1.14 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tower-discover v0.3.0 [INFO] [stderr] Checking tower-load-shed v0.3.0 [INFO] [stderr] Checking tracing-futures v0.2.4 (https://github.com/tokio-rs/tracing.git#a37ad4d5) [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Checking tower-load v0.3.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tower-buffer v0.3.0 [INFO] [stderr] Checking tower-make v0.3.0 [INFO] [stderr] Checking tower-retry v0.3.0 [INFO] [stderr] Checking tower-timeout v0.3.0 [INFO] [stderr] Checking tokio-rustls v0.13.0 [INFO] [stderr] Checking tower-limit v0.3.1 [INFO] [stderr] Compiling tonic-build v0.2.0 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking tower-util v0.3.1 [INFO] [stderr] Checking tokio-tower v0.4.0 [INFO] [stderr] Checking tower-ready-cache v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking stream-cancel v0.5.2 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking tower-balance v0.3.0 [INFO] [stderr] Checking tracing-tower v0.1.0 (https://github.com/tokio-rs/tracing.git#a37ad4d5) [INFO] [stderr] Checking tower v0.3.1 [INFO] [stderr] Compiling cauchy-rpc v0.1.0 (/opt/rustwide/workdir/cauchy-rpc) [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] error: failed to run custom build command for `cauchy-rpc v0.1.0 (/opt/rustwide/workdir/cauchy-rpc)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/cauchy-rpc-e5c7ad6fe10bd51b/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923' [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" "ef2e4d505c2ae9f34f5d4e422f11a85b68d6f9cd54273b6a5adc451c9ad4e5b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef2e4d505c2ae9f34f5d4e422f11a85b68d6f9cd54273b6a5adc451c9ad4e5b4", kill_on_drop: false }` [INFO] [stdout] ef2e4d505c2ae9f34f5d4e422f11a85b68d6f9cd54273b6a5adc451c9ad4e5b4