[INFO] cloning repository https://github.com/m0ssc0de/nodadhoc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m0ssc0de/nodadhoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm0ssc0de%2Fnodadhoc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm0ssc0de%2Fnodadhoc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd46080792148dcc60135ee6127b81a1d88e3d56 [INFO] testing m0ssc0de/nodadhoc against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm0ssc0de%2Fnodadhoc" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/m0ssc0de/nodadhoc on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/m0ssc0de/nodadhoc [INFO] finished tweaking git repo https://github.com/m0ssc0de/nodadhoc [INFO] tweaked toml for git repo https://github.com/m0ssc0de/nodadhoc written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/m0ssc0de/nodadhoc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb444982e3300668645e05fc8ea52d283f2eb325b4f249169d3e84a60e4bc867 [INFO] running `Command { std: "docker" "start" "-a" "eb444982e3300668645e05fc8ea52d283f2eb325b4f249169d3e84a60e4bc867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb444982e3300668645e05fc8ea52d283f2eb325b4f249169d3e84a60e4bc867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb444982e3300668645e05fc8ea52d283f2eb325b4f249169d3e84a60e4bc867", kill_on_drop: false }` [INFO] [stdout] eb444982e3300668645e05fc8ea52d283f2eb325b4f249169d3e84a60e4bc867 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2bd8cb63569e4d64ef345b4d87947b204dcbab3712b72fbbe7017492c1d0dd0 [INFO] running `Command { std: "docker" "start" "-a" "c2bd8cb63569e4d64ef345b4d87947b204dcbab3712b72fbbe7017492c1d0dd0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling k8s-openapi v0.12.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tokio v1.8.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling tinyvec v1.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling twox-hash v1.6.0 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling faccess v0.2.3 [INFO] [stderr] Compiling os_pipe v0.9.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling ordered-float v2.7.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling cmd_lib_macros v1.1.0 [INFO] [stderr] Compiling cmd_lib v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-io-timeout v1.1.1 [INFO] [stderr] Compiling async-compression v0.3.8 [INFO] [stderr] Compiling tower v0.4.8 [INFO] [stderr] Compiling tower-http v0.1.1 [INFO] [stderr] Compiling hyper v0.14.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling tame-oauth v0.4.7 [INFO] [stderr] Compiling tracing-subscriber v0.2.19 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.2.4 [INFO] [stderr] Compiling kube-core v0.57.0 [INFO] [stderr] Compiling kube-core v0.58.1 [INFO] [stderr] Compiling kube v0.58.1 [INFO] [stderr] Compiling kube v0.57.0 [INFO] [stderr] error: could not compile `kube` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name kube --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kube-0.58.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__non_core"' --cfg 'feature="base64"' --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="client"' --cfg 'feature="config"' --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="either"' --cfg 'feature="futures"' --cfg 'feature="http-body"' --cfg 'feature="hyper"' --cfg 'feature="hyper-timeout"' --cfg 'feature="hyper-tls"' --cfg 'feature="jsonpath_lib"' --cfg 'feature="native-tls"' --cfg 'feature="openssl"' --cfg 'feature="pem"' --cfg 'feature="pin-project"' --cfg 'feature="serde_yaml"' --cfg 'feature="tokio"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-util"' --cfg 'feature="tower"' --cfg 'feature="tower-http"' --cfg 'feature="tracing"' -C metadata=10f2d6484f89f5ac -C extra-filename=-10f2d6484f89f5ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-c3abac2285a4392f.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs_next-9cbff4d987a275b6.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-0a1c3de521b75310.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-d95d268fff00d4d9.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-05018308e2b684b8.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-fd754f9d9abc650d.rlib --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-3b59161e3091bcf2.rmeta --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-f83b0117be7f8098.rmeta --extern jsonpath_lib=/opt/rustwide/target/debug/deps/libjsonpath_lib-62467ed3124ab1f1.rlib --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-ac2ffec4495f92a8.rmeta --extern kube_core=/opt/rustwide/target/debug/deps/libkube_core-768ec07b38cce0e6.rmeta --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-4ec9e553ed7c91c1.rmeta --extern pem=/opt/rustwide/target/debug/deps/libpem-73bf50e6f8d2b4da.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-3581d073db4aabfc.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-624403d979fad698.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cee32960a7c7d4ba.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-6754f6d134ae3718.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-aec932ee1bc71eb8.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-43ef52fa0bc7915e.rmeta --extern tokio_native_tls=/opt/rustwide/target/debug/deps/libtokio_native_tls-2ef8fd152aef4c08.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-d3391ac949928b83.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-91152baab3839320.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-a2cfda932038fe24.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-96364a9f066b4617.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/openssl-sys-46be5a937c99d079/out/openssl-build/install/lib` (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" "c2bd8cb63569e4d64ef345b4d87947b204dcbab3712b72fbbe7017492c1d0dd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2bd8cb63569e4d64ef345b4d87947b204dcbab3712b72fbbe7017492c1d0dd0", kill_on_drop: false }` [INFO] [stdout] c2bd8cb63569e4d64ef345b4d87947b204dcbab3712b72fbbe7017492c1d0dd0