[INFO] fetching crate casper-client 1.4.3... [INFO] checking casper-client-1.4.3 against master#df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e for pr-95474 [INFO] extracting crate casper-client 1.4.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate casper-client 1.4.3 on toolchain df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate casper-client 1.4.3 [INFO] finished tweaking crates.io crate casper-client 1.4.3 [INFO] tweaked toml for crates.io crate casper-client 1.4.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate casper-client 1.4.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded erased-serde v0.3.16 [INFO] [stderr] Downloaded casper-execution-engine v1.4.3 [INFO] [stderr] Downloaded casper-types v1.4.5 [INFO] [stderr] Downloaded casper-node v1.4.3 [INFO] [stderr] Downloaded casper-hashing v1.4.2 [INFO] [stderr] Downloaded jsonrpc-lite v0.5.0 [INFO] [stderr] Downloaded cbindgen v0.18.0 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1715a5f2482781df042936e8b31e95d8e5c56142dc3e65ff18cd81689d94f657 [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" "1715a5f2482781df042936e8b31e95d8e5c56142dc3e65ff18cd81689d94f657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1715a5f2482781df042936e8b31e95d8e5c56142dc3e65ff18cd81689d94f657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1715a5f2482781df042936e8b31e95d8e5c56142dc3e65ff18cd81689d94f657", kill_on_drop: false }` [INFO] [stdout] 1715a5f2482781df042936e8b31e95d8e5c56142dc3e65ff18cd81689d94f657 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+df20355fa9fa5e9fb89be4e4bfee8a643bb7a23e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 396e9e74f0e7a7d4508f1b42375c097446ea5055eb8e1cef7b68d24828a44f89 [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" "396e9e74f0e7a7d4508f1b42375c097446ea5055eb8e1cef7b68d24828a44f89", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Checking ppv-lite86 v0.2.15 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking radium v0.3.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking const-oid v0.4.5 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking alloc-no-stdlib v2.0.3 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling schemars v0.8.5 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking parity-wasm v0.41.0 [INFO] [stderr] Checking fake_instant v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Checking dyn-clone v1.0.4 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Compiling cbindgen v0.18.0 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Checking hex_fmt v0.3.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling protobuf v2.25.2 [INFO] [stderr] Checking base16 v0.2.1 [INFO] [stderr] Compiling prometheus v0.12.0 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Compiling signal-hook v0.3.12 [INFO] [stderr] Compiling tokio-openssl v0.6.3 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking atomic-shim v0.1.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking wheelbuf v0.2.0 [INFO] [stderr] Checking ucd-trie v0.1.3 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking raw-cpuid v9.1.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking der v0.1.0 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking bitvec v0.18.5 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking derp v0.0.14 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling lmdb-sys v0.8.0 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling sys-info v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Checking wasmi-validation v0.3.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking brotli-decompressor v2.3.2 [INFO] [stderr] Checking pkcs8 v0.3.3 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking quanta v0.7.2 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking semver-parser v0.10.2 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking ff v0.8.0 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking brotli v3.3.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Checking group v0.8.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking rmp v0.8.10 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.10.1 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking pem v0.8.3 [INFO] [stderr] Checking signature v1.2.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking sha2 v0.9.8 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking blake2 v0.9.2 [INFO] [stderr] Checking headers v0.3.5 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking lmdb v0.8.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v1.0.0 [INFO] [stderr] Checking wasmi v0.8.0 [INFO] [stderr] Compiling vergen v3.2.0 [INFO] [stderr] Compiling casper-node v1.4.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling tokio-macros v1.7.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 schemars_derive v0.8.5 [INFO] [stderr] Compiling datasize_derive v0.2.10 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling enum-ordinalize v3.1.10 [INFO] [stderr] Compiling enum-iterator-derive v0.6.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] error: could not compile `thiserror-impl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name thiserror_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=a9d6a7b85517c054 -C extra-filename=-a9d6a7b85517c054 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.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: could not compile `num-derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name num_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=15cd45e9e35af5bd -C extra-filename=-15cd45e9e35af5bd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `schemars_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name schemars_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/schemars_derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=5864d2fa4c724af0 -C extra-filename=-5864d2fa4c724af0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern serde_derive_internals=/opt/rustwide/target/debug/deps/libserde_derive_internals-7d2f817ea6872ca3.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b868f902f1b114eb -C extra-filename=-b868f902f1b114eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `pin-project-internal` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pin_project_internal --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pin-project-internal-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8949fe46c2185ad7 -C extra-filename=-8949fe46c2185ad7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `structopt-derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name structopt_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=980735df95e759ad -C extra-filename=-980735df95e759ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-6994a7fd644caa42.rlib --extern proc_macro_error=/opt/rustwide/target/debug/deps/libproc_macro_error-4c62e8ef88b42238.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `serde_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.131/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e89f31a6d9efab05 -C extra-filename=-e89f31a6d9efab05 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cec411b88c3c5668.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-3b64c251b639f64f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0edeafa34eadcecc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --cfg underscore_consts --cfg ptr_addr_of` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "396e9e74f0e7a7d4508f1b42375c097446ea5055eb8e1cef7b68d24828a44f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "396e9e74f0e7a7d4508f1b42375c097446ea5055eb8e1cef7b68d24828a44f89", kill_on_drop: false }` [INFO] [stdout] 396e9e74f0e7a7d4508f1b42375c097446ea5055eb8e1cef7b68d24828a44f89