[INFO] cloning repository https://github.com/ordian/open-ethereum-ci-experiment [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ordian/open-ethereum-ci-experiment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fopen-ethereum-ci-experiment", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fopen-ethereum-ci-experiment'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 853fa54ce07218995df732035ee0410e154f43d2 [INFO] documenting ordian/open-ethereum-ci-experiment against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fopen-ethereum-ci-experiment" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ordian/open-ethereum-ci-experiment on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking git repo https://github.com/ordian/open-ethereum-ci-experiment [INFO] finished tweaking git repo https://github.com/ordian/open-ethereum-ci-experiment [INFO] tweaked toml for git repo https://github.com/ordian/open-ethereum-ci-experiment written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ordian/open-ethereum-ci-experiment already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bc0c62140986c18f7eb700e4ed21f9e4c0a3f1f31cb6890e85488f94a0df731 [INFO] running `Command { std: "docker" "start" "-a" "4bc0c62140986c18f7eb700e4ed21f9e4c0a3f1f31cb6890e85488f94a0df731", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bc0c62140986c18f7eb700e4ed21f9e4c0a3f1f31cb6890e85488f94a0df731", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bc0c62140986c18f7eb700e4ed21f9e4c0a3f1f31cb6890e85488f94a0df731", kill_on_drop: false }` [INFO] [stdout] 4bc0c62140986c18f7eb700e4ed21f9e4c0a3f1f31cb6890e85488f94a0df731 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d815675303ad0d42eb158ac9e64a9b16268ac5d96fba55e1de14637906694b96 [INFO] running `Command { std: "docker" "start" "-a" "d815675303ad0d42eb158ac9e64a9b16268ac5d96fba55e1de14637906694b96", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking slab v0.4.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking byte-slice-cast v0.3.4 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking bitvec v0.15.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Checking crossbeam-utils v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking smallvec v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Checking parity-bytes v0.1.0 [INFO] [stderr] Checking hash-db v0.15.2 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking safemem v0.3.0 [INFO] [stderr] Checking rustc-hex v1.0.0 [INFO] [stderr] Checking subtle v2.1.0 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Checking unexpected v0.1.0 (/opt/rustwide/workdir/util/unexpected) [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking untrusted v0.7.0 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking linked-hash-map v0.5.1 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Checking hamming v0.1.3 [INFO] [stderr] Checking nan-preserving-float v0.1.0 [INFO] [stderr] Checking primal-estimate v0.2.1 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking ethabi-contract v9.0.0 [INFO] [stderr] Checking static_assertions v0.3.3 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Checking macros v0.1.0 (/opt/rustwide/workdir/util/macros) [INFO] [stderr] Checking siphasher v0.3.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Checking time-utils v0.1.0 (/opt/rustwide/workdir/util/time-utils) [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Checking semver-parser v0.7.0 [INFO] [stderr] Checking using_queue v0.1.0 (/opt/rustwide/workdir/miner/using-queue) [INFO] [stderr] Checking ipnetwork v0.12.8 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Checking slab v0.2.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Checking byte-tools v0.2.0 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Checking parity-path v0.1.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Checking xdg v2.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Checking home v0.3.3 [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Checking edit-distance v2.0.1 [INFO] [stderr] Checking sha1 v0.5.0 [INFO] [stderr] Checking mio-named-pipes v0.1.6 [INFO] [stderr] Checking lazycell v1.2.0 [INFO] [stderr] Checking base-x v0.2.3 [INFO] [stderr] Compiling if_chain v0.1.3 [INFO] [stderr] Checking integer-encoding v1.0.5 [INFO] [stderr] Checking target_info v0.1.0 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking transient-hashmap v0.4.1 [INFO] [stderr] Checking order-stat v0.1.3 [INFO] [stderr] Checking interleaved-ordered v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking rprompt v1.0.3 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] error: could not compile `winapi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="accctrl"' --cfg 'feature="aclapi"' --cfg 'feature="basetsd"' --cfg 'feature="consoleapi"' --cfg 'feature="dbghelp"' --cfg 'feature="errhandlingapi"' --cfg 'feature="fileapi"' --cfg 'feature="handleapi"' --cfg 'feature="heapapi"' --cfg 'feature="ioapiset"' --cfg 'feature="ktmw32"' --cfg 'feature="libloaderapi"' --cfg 'feature="lmcons"' --cfg 'feature="memoryapi"' --cfg 'feature="minschannel"' --cfg 'feature="minwinbase"' --cfg 'feature="minwindef"' --cfg 'feature="namedpipeapi"' --cfg 'feature="ntdef"' --cfg 'feature="ntsecapi"' --cfg 'feature="ntstatus"' --cfg 'feature="processenv"' --cfg 'feature="processthreadsapi"' --cfg 'feature="profileapi"' --cfg 'feature="schannel"' --cfg 'feature="securitybaseapi"' --cfg 'feature="shellapi"' --cfg 'feature="sspi"' --cfg 'feature="std"' --cfg 'feature="synchapi"' --cfg 'feature="sysinfoapi"' --cfg 'feature="timezoneapi"' --cfg 'feature="userenv"' --cfg 'feature="winbase"' --cfg 'feature="wincon"' --cfg 'feature="wincrypt"' --cfg 'feature="winerror"' --cfg 'feature="winnt"' --cfg 'feature="winsock2"' --cfg 'feature="winuser"' --cfg 'feature="ws2def"' --cfg 'feature="ws2ipdef"' --cfg 'feature="ws2tcpip"' --cfg 'feature="wtypesbase"' -C metadata=ebcbf2bec65902f1 -C extra-filename=-ebcbf2bec65902f1 --out-dir /opt/rustwide/target/debug/build/winapi-ebcbf2bec65902f1 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `strsim` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name strsim /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/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 -C metadata=c9e2592dde3c5431 -C extra-filename=-c9e2592dde3c5431 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `futures` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' -C metadata=c4396d5ac3d87dac -C extra-filename=-c4396d5ac3d87dac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `regex-syntax` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=9cc574b368ad0e94 -C extra-filename=-9cc574b368ad0e94 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `fs_extra` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name fs_extra /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.1.0/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 -C metadata=031ab54db01659ce -C extra-filename=-031ab54db01659ce --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `arrayvec` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name arrayvec --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="array-sizes-129-255"' --cfg 'feature="array-sizes-33-128"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7e4f8ae1404f6abd -C extra-filename=-7e4f8ae1404f6abd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rand_core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rand_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/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="std"' -C metadata=8951c9ba3b1758eb -C extra-filename=-8951c9ba3b1758eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `glob` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name glob /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/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 -C metadata=921a087ba318345d -C extra-filename=-921a087ba318345d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `unicode-normalization` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name unicode_normalization /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=0dcdb7e82b9a5783 -C extra-filename=-0dcdb7e82b9a5783 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `bitvec` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bitvec --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitvec-0.15.2/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="std"' -C metadata=311e17568f7a9c7a -C extra-filename=-311e17568f7a9c7a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d815675303ad0d42eb158ac9e64a9b16268ac5d96fba55e1de14637906694b96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d815675303ad0d42eb158ac9e64a9b16268ac5d96fba55e1de14637906694b96", kill_on_drop: false }` [INFO] [stdout] d815675303ad0d42eb158ac9e64a9b16268ac5d96fba55e1de14637906694b96