[INFO] cloning repository https://github.com/paritytech/substrate-multisig-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paritytech/substrate-multisig-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsubstrate-multisig-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsubstrate-multisig-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3fd0754e726461593ace2422856c0e47017eba35 [INFO] checking paritytech/substrate-multisig-cli against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsubstrate-multisig-cli" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paritytech/substrate-multisig-cli on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/paritytech/substrate-multisig-cli [INFO] finished tweaking git repo https://github.com/paritytech/substrate-multisig-cli [INFO] tweaked toml for git repo https://github.com/paritytech/substrate-multisig-cli written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/paritytech/substrate-multisig-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9b394e6c4bf347c4860086bae078a5081f67a3ac9ca74da8b0bc3991e5cb572 [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" "d9b394e6c4bf347c4860086bae078a5081f67a3ac9ca74da8b0bc3991e5cb572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9b394e6c4bf347c4860086bae078a5081f67a3ac9ca74da8b0bc3991e5cb572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9b394e6c4bf347c4860086bae078a5081f67a3ac9ca74da8b0bc3991e5cb572", kill_on_drop: false }` [INFO] [stdout] d9b394e6c4bf347c4860086bae078a5081f67a3ac9ca74da8b0bc3991e5cb572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 558b7ee3e1a5ed841bf18f8399fe1859aaa449b3df4164daa33ac99b5e570b6a [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" "558b7ee3e1a5ed841bf18f8399fe1859aaa449b3df4164daa33ac99b5e570b6a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Checking sp-std v2.0.0-rc6 [INFO] [stderr] Compiling parity-util-mem v0.7.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking dyn-clone v1.0.2 [INFO] [stderr] Checking os_str_bytes v2.3.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking ed25519 v1.0.2 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking uint v0.8.5 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Checking trie-db v0.22.1 [INFO] [stderr] Checking sp-panic-handler v2.0.0-rc6 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking hmac-drbg v0.2.0 [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking fixed-hash v0.6.1 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking wasmi v0.6.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling zeroize_derive v1.0.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.2 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling sp-debug-derive v2.0.0-rc6 [INFO] [stderr] Compiling impl-trait-for-tuples v0.1.3 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling parity-util-mem-derive v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling dyn-clonable-impl v0.9.0 [INFO] [stderr] Compiling derive_more v0.99.10 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] error: could not compile `tracing-attributes` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tracing_attributes --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=66d0d0dba26c8bf9 -C extra-filename=-66d0d0dba26c8bf9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-02b16d29db92268e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-e236ef9e5629a006.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-ad3a50db6048ea2e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "558b7ee3e1a5ed841bf18f8399fe1859aaa449b3df4164daa33ac99b5e570b6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "558b7ee3e1a5ed841bf18f8399fe1859aaa449b3df4164daa33ac99b5e570b6a", kill_on_drop: false }` [INFO] [stdout] 558b7ee3e1a5ed841bf18f8399fe1859aaa449b3df4164daa33ac99b5e570b6a