[INFO] cloning repository https://github.com/kanew071/conflux-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kanew071/conflux-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkanew071%2Fconflux-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkanew071%2Fconflux-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0cc622fdb30cf717088b8124b7d2c9516d1bb807 [INFO] testing kanew071/conflux-rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkanew071%2Fconflux-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kanew071/conflux-rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config [INFO] removed /workspace/builds/worker-9/source/rust-toolchain [INFO] started tweaking git repo https://github.com/kanew071/conflux-rust [INFO] finished tweaking git repo https://github.com/kanew071/conflux-rust [INFO] tweaked toml for git repo https://github.com/kanew071/conflux-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/kanew071/conflux-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] d514d40c86d4758277189c1e96d2adbf51494a4b88deb282eee42d9d0e296b32 [INFO] running `Command { std: "docker" "start" "-a" "d514d40c86d4758277189c1e96d2adbf51494a4b88deb282eee42d9d0e296b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d514d40c86d4758277189c1e96d2adbf51494a4b88deb282eee42d9d0e296b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d514d40c86d4758277189c1e96d2adbf51494a4b88deb282eee42d9d0e296b32", kill_on_drop: false }` [INFO] [stdout] d514d40c86d4758277189c1e96d2adbf51494a4b88deb282eee42d9d0e296b32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2022-04-10" "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] b00c32408fce23b8853340050ec696cbe2708ce6cec119e34b44483336bc1467 [INFO] running `Command { std: "docker" "start" "-a" "b00c32408fce23b8853340050ec696cbe2708ce6cec119e34b44483336bc1467", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling path-slash v0.1.4 [INFO] [stderr] Compiling bindgen v0.57.0 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling edit-distance v2.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling ethcore-bytes v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.39 [INFO] [stderr] Compiling parity-bytes v0.1.2 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling unexpected v0.1.0 (https://github.com/Conflux-Chain/conflux-parity-deps.git?rev=1597a9cab02343eb2322ca0ac58d39b64e3f42d1#1597a9ca) [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling strfmt v0.1.6 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling reexport-proc-macro v1.0.6 [INFO] [stderr] Compiling prometheus v0.7.0 [INFO] [stderr] Compiling primal-estimate v0.2.1 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling strum v0.11.0 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling priority-send-queue v0.1.0 (/opt/rustwide/workdir/util/priority-send-queue) [INFO] [stderr] Compiling home v0.3.4 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling lru_time_cache v0.9.0 [INFO] [stderr] Compiling transient-hashmap v0.4.1 [INFO] [stderr] Compiling order-stat v0.1.3 [INFO] [stderr] Compiling conflux v1.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling clang-sys v1.1.1 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling cfx-bytes v0.1.0 (/opt/rustwide/workdir/cfx_bytes) [INFO] [stderr] Compiling xmltree v0.10.2 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling app_dirs v1.2.1 [INFO] [stderr] Compiling primal-bit v0.2.4 [INFO] [stderr] Compiling parity-path v0.1.3 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures01 v0.1.31 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling uint v0.8.5 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling ordered-float v2.1.1 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling impl-trait-for-tuples v0.1.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling delegate v0.5.1 [INFO] [stderr] Compiling enum-map-derive v0.4.6 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling smart-default v0.6.0 [INFO] [stderr] Compiling delegate v0.4.2 (/opt/rustwide/workdir/util/delegate) [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling fs-swap v0.2.6 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling ctrlc v1.1.1 (https://github.com/paritytech/rust-ctrlc.git?rev=b523017108bb2d571a7a69bd97bc406e63bc7a9d#b5230171) [INFO] [stderr] Compiling rpassword v4.0.5 [INFO] [stderr] Compiling byte-unit v1.1.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling stream-cipher v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling primal-sieve v0.2.9 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling primal-check v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling malloc_size_of_derive v0.1.1 (/opt/rustwide/workdir/util/malloc_size_of_derive) [INFO] [stderr] Compiling parity-util-mem-derive v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling panic_hook v0.1.0 (https://github.com/Conflux-Chain/conflux-parity-deps.git?rev=1597a9cab02343eb2322ca0ac58d39b64e3f42d1#1597a9ca) [INFO] [stderr] Compiling bn v0.4.4 (https://github.com/paritytech/bn?rev=635c4cdd560bc0c8b262e6bf809dc709da8bcd7e#635c4cdd) [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling ctr v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling primal v0.2.3 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling lz4-sys v1.8.3 (https://github.com/busyjay/lz4-rs.git?branch=adjust-build#5a8afe40) [INFO] [stderr] Compiling zstd-sys v1.4.20+zstd.1.4.9 [INFO] [stderr] Compiling parity-secp256k1 v0.7.0 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling sqlite3-src v0.2.12 [INFO] [stderr] Compiling natpmp v0.2.0 [INFO] [stderr] Compiling rlp_derive v0.1.0 (https://github.com/Conflux-Chain/conflux-parity-deps.git?rev=1597a9cab02343eb2322ca0ac58d39b64e3f42d1#1597a9ca) [INFO] [stderr] Compiling strum_macros v0.11.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling aes-ctr v0.3.0 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling snappy-sys v0.1.0 (https://github.com/busyjay/rust-snappy.git?branch=static-link#8c12738b) [INFO] [stderr] Compiling libtitan_sys v0.0.1 (https://github.com/Conflux-Chain/rust-rocksdb.git?rev=e62343e63be38284556b6610d75833217e3360b4#e62343e6) [INFO] [stderr] Compiling zeroize_derive v0.9.3 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] error: could not compile `clap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clap /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --cfg 'feature="yaml"' --cfg 'feature="yaml-rust"' -C metadata=19a05d116ce9d058 -C extra-filename=-19a05d116ce9d058 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-2dbabacc5c0c18dc.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-dcd1981df6974b46.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rmeta --extern yaml_rust=/opt/rustwide/target/debug/deps/libyaml_rust-7229d66066c949e4.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clang-sys` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clang_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=0978e1170f7db69f -C extra-filename=-0978e1170f7db69f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glob=/opt/rustwide/target/debug/deps/libglob-921a087ba318345d.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-25af95763439d7c6.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-6ea47911b89bc8d5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `futures-util` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="compat"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="futures_01"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="proc-macro-hack"' --cfg 'feature="proc-macro-nested"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=beef83c02ce8dbbc -C extra-filename=-beef83c02ce8dbbc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_01=/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-de13c290b910c826.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-ec8780e8a2a1f907.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-5815263ef222b6be.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-5e449fba9f0aab94.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-fcdf50aa4799c5e8.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-bc29cd12efb5d8c3.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rmeta --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-74095d1a79241a04.so --extern proc_macro_nested=/opt/rustwide/target/debug/deps/libproc_macro_nested-a7395e98451d1042.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rmeta --cap-lints allow --cap-lints=warn --cfg fn_like_proc_macro` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b00c32408fce23b8853340050ec696cbe2708ce6cec119e34b44483336bc1467", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b00c32408fce23b8853340050ec696cbe2708ce6cec119e34b44483336bc1467", kill_on_drop: false }` [INFO] [stdout] b00c32408fce23b8853340050ec696cbe2708ce6cec119e34b44483336bc1467