[INFO] cloning repository https://github.com/CodeChain-io/codechain [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CodeChain-io/codechain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeChain-io%2Fcodechain", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeChain-io%2Fcodechain'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9964d028e0b4c51443e59526a1aa4708f4d99b38 [INFO] checking CodeChain-io/codechain against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeChain-io%2Fcodechain" "/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/CodeChain-io/codechain on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/rust-toolchain [INFO] started tweaking git repo https://github.com/CodeChain-io/codechain [INFO] finished tweaking git repo https://github.com/CodeChain-io/codechain [INFO] tweaked toml for git repo https://github.com/CodeChain-io/codechain written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/CodeChain-io/codechain already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--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" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e8e46f96b20232aa4335d7fd6913cbe85f7ac73aab157e6be3cf18f32594e68 [INFO] running `Command { std: "docker" "start" "-a" "8e8e46f96b20232aa4335d7fd6913cbe85f7ac73aab157e6be3cf18f32594e68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e8e46f96b20232aa4335d7fd6913cbe85f7ac73aab157e6be3cf18f32594e68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e8e46f96b20232aa4335d7fd6913cbe85f7ac73aab157e6be3cf18f32594e68", kill_on_drop: false }` [INFO] [stdout] 8e8e46f96b20232aa4335d7fd6913cbe85f7ac73aab157e6be3cf18f32594e68 [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" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fc36db9b855a42ee722c379882b6129b293f6a6b186dee627874116462a7b00 [INFO] running `Command { std: "docker" "start" "-a" "6fc36db9b855a42ee722c379882b6129b293f6a6b186dee627874116462a7b00", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking itoa v0.4.1 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking lazycell v1.2.0 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking rustc-hex v1.0.0 [INFO] [stderr] Checking instant v0.1.6 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking untrusted v0.6.2 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Checking bech32 v0.2.2 [INFO] [stderr] Checking never-type v0.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.8 [INFO] [stderr] Checking termcolor v1.0.4 [INFO] [stderr] Checking data-encoding v2.1.2 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Checking parity-bytes v0.1.1 [INFO] [stderr] Checking stable_deref_trait v1.0.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling getopts v0.2.17 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking bitstring v0.1.1 [INFO] [stderr] Checking table v0.1.0 (/opt/rustwide/workdir/util/table) [INFO] [stderr] Checking finally-block v0.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.1 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Checking interleaved-ordered v0.1.1 [INFO] [stderr] Checking spmc v0.2.2 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking mio-named-pipes v0.1.6 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Checking humantime v1.1.1 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Checking tokio-sync v0.1.7 [INFO] [stderr] Checking colored v1.6.0 [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking limited-table v0.1.0 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Checking app_dirs v1.2.1 [INFO] [stderr] Checking base64 v0.9.1 [INFO] [stderr] Checking snap v0.2.4 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling cmake v0.1.35 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking encoding_rs v0.8.17 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking token-generator v0.1.0 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking lock_api v0.1.3 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking libflate v0.1.27 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Compiling rlp_derive v0.2.0 (https://github.com/CodeChain-io/rlp.git#64fdbc57) [INFO] [stderr] Checking plain_hasher v0.2.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking elastic-array v0.10.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking crossbeam-deque v0.6.2 [INFO] [stderr] Checking vecio v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking idna v0.1.4 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking mime v0.3.7 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] error: could not compile `encoding_rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name encoding_rs /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=d68853a4cee04825 -C extra-filename=-d68853a4cee04825 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-3119ca7a9f88dacc.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" "6fc36db9b855a42ee722c379882b6129b293f6a6b186dee627874116462a7b00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fc36db9b855a42ee722c379882b6129b293f6a6b186dee627874116462a7b00", kill_on_drop: false }` [INFO] [stdout] 6fc36db9b855a42ee722c379882b6129b293f6a6b186dee627874116462a7b00