[INFO] cloning repository https://github.com/menmos/menmos-fuse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/menmos/menmos-fuse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenmos%2Fmenmos-fuse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenmos%2Fmenmos-fuse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ccdf74b85ee8cb0f19a2c0ab11b0a2d4e376e205 [INFO] testing menmos/menmos-fuse against master#d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d for pr-83796 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenmos%2Fmenmos-fuse" "/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/menmos/menmos-fuse on toolchain d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/menmos/menmos-fuse [INFO] finished tweaking git repo https://github.com/menmos/menmos-fuse [INFO] tweaked toml for git repo https://github.com/menmos/menmos-fuse written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/menmos/menmos-fuse already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "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-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" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da7797ed4eb12c61fe686492719dc4df863a85fd11f2e5ed71b94e9b540c8fd6 [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" "da7797ed4eb12c61fe686492719dc4df863a85fd11f2e5ed71b94e9b540c8fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da7797ed4eb12c61fe686492719dc4df863a85fd11f2e5ed71b94e9b540c8fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da7797ed4eb12c61fe686492719dc4df863a85fd11f2e5ed71b94e9b540c8fd6", kill_on_drop: false }` [INFO] [stdout] da7797ed4eb12c61fe686492719dc4df863a85fd11f2e5ed71b94e9b540c8fd6 [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" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "build" "--frozen" "--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] ca76c542b7d90ab8e77eff7f53ad49667ec123d1cc4be8bd6cd4a1b271778514 [INFO] running `Command { std: "docker" "start" "-a" "ca76c542b7d90ab8e77eff7f53ad49667ec123d1cc4be8bd6cd4a1b271778514", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling fuse-abi v0.1.0-dev (https://github.com/menmos/async-fuse-rs?tag=v0.1.0#13d94646) [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling fuse-sys v0.1.0-dev (https://github.com/menmos/async-fuse-rs?tag=v0.1.0#13d94646) [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling orion v0.15.6 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling headers v0.3.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling branca v0.10.0 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling bitvec v0.20.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling rapidquery v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling tokio-stream v0.1.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling lfan v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling async-fuse v0.1.0-dev (https://github.com/menmos/async-fuse-rs?tag=v0.1.0#13d94646) [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling mpart-async v0.5.0 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling warp v0.3.0 [INFO] [stderr] Compiling reqwest v0.11.1 [INFO] [stderr] Compiling interface v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling apikit v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling protocol v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling menmos-client v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling menmos-fuse v0.0.5-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 17s [INFO] running `Command { std: "docker" "inspect" "ca76c542b7d90ab8e77eff7f53ad49667ec123d1cc4be8bd6cd4a1b271778514", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca76c542b7d90ab8e77eff7f53ad49667ec123d1cc4be8bd6cd4a1b271778514", kill_on_drop: false }` [INFO] [stdout] ca76c542b7d90ab8e77eff7f53ad49667ec123d1cc4be8bd6cd4a1b271778514 [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" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "test" "--frozen" "--no-run" "--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] 00a00aa3f7fb428a916b7f5c40773aa3e8f920e01f63ba26a149d305b3d20d5e [INFO] running `Command { std: "docker" "start" "-a" "00a00aa3f7fb428a916b7f5c40773aa3e8f920e01f63ba26a149d305b3d20d5e", kill_on_drop: false }` [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Compiling oid-registry v0.1.1 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling wildmatch v1.0.13 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling local_ipaddress v0.1.3 [INFO] [stderr] Compiling machine-uid v0.2.0 [INFO] [stderr] Compiling standback v0.2.15 [INFO] [stderr] Compiling time v0.2.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.2 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling im v15.0.0 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling xmltree v0.10.2 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rusoto_core v0.46.0 [INFO] [stderr] Compiling ordered-float v2.1.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling sized-chunks v0.6.4 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling publicsuffix v1.5.5 [INFO] [stderr] Compiling rusticata-macros v3.0.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.2 [INFO] [stderr] Compiling rust-argon2 v0.8.3 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling ipnetwork v0.17.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling attohttpc v0.16.3 [INFO] [stderr] Compiling sled v0.34.6 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling portpicker v0.1.0 [INFO] [stderr] Compiling trust-dns-proto v0.20.0 [INFO] [stderr] Compiling dns-server v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling betterstreams v0.0.4 (https://github.com/menmos/menmos?tag=v0.0.4#5289c2e5) [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling rusoto_credential v0.46.0 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling igd v0.12.0 [INFO] [stderr] Compiling der-oid-macro v0.3.0 [INFO] [stderr] Compiling sled v0.34.6 (https://github.com/spacejam/sled?branch=main#b9a64fe4) [INFO] [stderr] Compiling config v0.10.1 (https://github.com/dalloriam/config-rs?branch=parse-env-numbers#42898560) [INFO] [stderr] Compiling cookie_store v0.12.0 [INFO] [stderr] Compiling der-parser v5.0.0 [INFO] [stderr] Compiling rusoto_signature v0.46.0 [INFO] [stderr] Compiling log4rs v1.0.0 [INFO] [stderr] Compiling ureq v1.5.4 [INFO] [stderr] Compiling trust-dns-resolver v0.20.0 [INFO] [stderr] Compiling trust-dns-client v0.20.0 [INFO] [stderr] Compiling x509-parser v0.9.1 [INFO] [stderr] Compiling acme-lib v0.8.1 [INFO] [stderr] Compiling public-ip v0.1.1 (https://github.com/avitex/rust-public-ip?rev=09c3c33#09c3c33e) [INFO] [stderr] Compiling rusoto_s3 v0.46.0 [INFO] [stderr] error: could not compile `sled` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sled --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sled-0.34.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=2e7365c5a15ae6d2 -C extra-filename=-2e7365c5a15ae6d2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crc32fast=/opt/rustwide/target/debug/deps/libcrc32fast-0a0778a82fba464d.rmeta --extern crossbeam_epoch=/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c6ceaeccf5fa4746.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-2bc98931e3450cd5.rmeta --extern fs2=/opt/rustwide/target/debug/deps/libfs2-ee57206fd75a5579.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-edea5600542ba9db.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-cd2a833f538de5c6.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-a2554ebd0336e0a0.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-1e56df80026e5dda.rmeta --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" "00a00aa3f7fb428a916b7f5c40773aa3e8f920e01f63ba26a149d305b3d20d5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00a00aa3f7fb428a916b7f5c40773aa3e8f920e01f63ba26a149d305b3d20d5e", kill_on_drop: false }` [INFO] [stdout] 00a00aa3f7fb428a916b7f5c40773aa3e8f920e01f63ba26a149d305b3d20d5e