[INFO] cloning repository https://github.com/sorah/vault2kube [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sorah/vault2kube" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorah%2Fvault2kube", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorah%2Fvault2kube'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eab403d4f397601938ea15d232671b94cb1b5dcc [INFO] testing sorah/vault2kube 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%2Fsorah%2Fvault2kube" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sorah/vault2kube 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/sorah/vault2kube [INFO] finished tweaking git repo https://github.com/sorah/vault2kube [INFO] tweaked toml for git repo https://github.com/sorah/vault2kube written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/sorah/vault2kube 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 72bc12379687347bdd9973c8fec408797604490345a21e050d0d4bb1d7440a4b [INFO] running `Command { std: "docker" "start" "-a" "72bc12379687347bdd9973c8fec408797604490345a21e050d0d4bb1d7440a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72bc12379687347bdd9973c8fec408797604490345a21e050d0d4bb1d7440a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72bc12379687347bdd9973c8fec408797604490345a21e050d0d4bb1d7440a4b", kill_on_drop: false }` [INFO] [stdout] 72bc12379687347bdd9973c8fec408797604490345a21e050d0d4bb1d7440a4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 14b233171427fc5a0fc4ec28c36b3e2d7ecd156ec5e0084dde839dc254067a83 [INFO] running `Command { std: "docker" "start" "-a" "14b233171427fc5a0fc4ec28c36b3e2d7ecd156ec5e0084dde839dc254067a83", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling k8s-openapi v0.9.0 [INFO] [stderr] Compiling array_tool v1.0.3 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling pem v0.8.1 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling async-compression v0.3.5 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_yaml v0.8.13 [INFO] [stderr] Compiling handlebars v3.5.0 [INFO] [stderr] Compiling jsonpath_lib v0.2.5 [INFO] [stderr] Compiling kube-derive v0.43.0 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling kube v0.43.0 [INFO] [stderr] Compiling vault2kube v0.2.1 (/opt/rustwide/workdir) [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.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native-tls"' --cfg 'feature="openssl"' -C metadata=b0b6bd1b13b129a5 -C extra-filename=-b0b6bd1b13b129a5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern inflector=/opt/rustwide/target/debug/deps/libinflector-d899ff911e27badd.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-8999ceb24e01210b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2afe9f653fe364cb.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-63b4277b67059c7e.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-be1525c8e9cc82e7.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-2732b2af3a09773c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rmeta --extern jsonpath_lib=/opt/rustwide/target/debug/deps/libjsonpath_lib-00db39c4af831599.rlib --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-0f66bacc58629bdf.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-3c37482d804b01ce.rmeta --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-be372e07ca9cde4b.rmeta --extern pem=/opt/rustwide/target/debug/deps/libpem-29d964a996765939.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-8306cea02e84d1df.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4b157ec14a8db56c.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a609355c4795e0ec.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-dd8afc02e27f992d.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-915d4dc7969ed710.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-10d56d02b3aecabf.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-130755f870635a50.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-7187c687af99cd7c.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: build failed [INFO] running `Command { std: "docker" "inspect" "14b233171427fc5a0fc4ec28c36b3e2d7ecd156ec5e0084dde839dc254067a83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14b233171427fc5a0fc4ec28c36b3e2d7ecd156ec5e0084dde839dc254067a83", kill_on_drop: false }` [INFO] [stdout] 14b233171427fc5a0fc4ec28c36b3e2d7ecd156ec5e0084dde839dc254067a83