[INFO] cloning repository https://github.com/camsjams/rust-fullstack-docker-k8s [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/camsjams/rust-fullstack-docker-k8s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamsjams%2Frust-fullstack-docker-k8s", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamsjams%2Frust-fullstack-docker-k8s'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e3d8bf0a43098d568b66ec702e6771795734d2d [INFO] testing camsjams/rust-fullstack-docker-k8s 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%2Fcamsjams%2Frust-fullstack-docker-k8s" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/camsjams/rust-fullstack-docker-k8s 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] started tweaking git repo https://github.com/camsjams/rust-fullstack-docker-k8s [INFO] finished tweaking git repo https://github.com/camsjams/rust-fullstack-docker-k8s [INFO] tweaked toml for git repo https://github.com/camsjams/rust-fullstack-docker-k8s written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/camsjams/rust-fullstack-docker-k8s 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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 8945fd78dba60c1e6c2acad0005da486e240da600bc1fb93bac5e360cc54c017 [INFO] running `Command { std: "docker" "start" "-a" "8945fd78dba60c1e6c2acad0005da486e240da600bc1fb93bac5e360cc54c017", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8945fd78dba60c1e6c2acad0005da486e240da600bc1fb93bac5e360cc54c017", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8945fd78dba60c1e6c2acad0005da486e240da600bc1fb93bac5e360cc54c017", kill_on_drop: false }` [INFO] [stdout] 8945fd78dba60c1e6c2acad0005da486e240da600bc1fb93bac5e360cc54c017 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 9943d580bfa11458e9c66cdaece781d44ef95ad67c8981d7ac7ee758e094945a [INFO] running `Command { std: "docker" "start" "-a" "9943d580bfa11458e9c66cdaece781d44ef95ad67c8981d7ac7ee758e094945a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling async-task v4.0.2 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling v_escape v0.13.1 [INFO] [stderr] Compiling v_htmlescape v0.10.3 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling buf-min v0.1.1 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling futures-lite v1.10.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling sqlformat v0.1.1 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling aes-soft v0.4.0 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling polyval v0.4.1 [INFO] [stderr] Compiling hkdf v0.9.0 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling backtrace v0.3.52 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling polling v2.0.0 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling aes v0.4.0 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling blocking v1.0.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling aes-gcm v0.6.0 [INFO] [stderr] Compiling async-io v1.1.9 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling async-global-executor v1.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling async-std v1.6.5 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling backoff v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling v_escape_derive v0.8.3 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] error: could not compile `async-std` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name async_std --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.5/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-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-mutex"' --cfg 'feature="blocking"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' -C metadata=d7db015752780a71 -C extra-filename=-d7db015752780a71 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_global_executor=/opt/rustwide/target/debug/deps/libasync_global_executor-02cc7f223b46bd13.rmeta --extern async_io=/opt/rustwide/target/debug/deps/libasync_io-57e623881e19afc5.rmeta --extern async_mutex=/opt/rustwide/target/debug/deps/libasync_mutex-0afa706133000d2d.rmeta --extern blocking=/opt/rustwide/target/debug/deps/libblocking-29812aaa5d797b82.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-859137d30a3ece38.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-de21f419529484a5.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-96c5e2eb7108b0d5.rmeta --extern futures_lite=/opt/rustwide/target/debug/deps/libfutures_lite-253181502fe79d00.rmeta --extern kv_log_macro=/opt/rustwide/target/debug/deps/libkv_log_macro-4530b1dbbcd48845.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-c0d0ac5be9c4d185.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-49f002d5363b5804.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-22ad6c38109f5405.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-358c65a1dfd5cd06.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.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 `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/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="blocking"' --cfg 'feature="default"' --cfg 'feature="dns"' --cfg 'feature="fnv"' --cfg 'feature="futures-core"' --cfg 'feature="io-driver"' --cfg 'feature="io-util"' --cfg 'feature="iovec"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="mio-uds"' --cfg 'feature="net"' --cfg 'feature="rt-core"' --cfg 'feature="rt-util"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="slab"' --cfg 'feature="stream"' --cfg 'feature="sync"' --cfg 'feature="tcp"' --cfg 'feature="time"' --cfg 'feature="udp"' --cfg 'feature="uds"' --cfg 'feature="winapi"' -C metadata=7e3473e7c263d6b6 -C extra-filename=-7e3473e7c263d6b6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-de21f419529484a5.rmeta --extern iovec=/opt/rustwide/target/debug/deps/libiovec-6e54ea58c695e42d.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8ef83fc220be4557.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-7f2052ff5a67be46.rmeta --extern mio_uds=/opt/rustwide/target/debug/deps/libmio_uds-9c11fc5c5d78f5ec.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-358c65a1dfd5cd06.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-e2f236867c7701e7.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `pin-project-internal` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pin_project_internal --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pin-project-internal-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=51c91469e9a2d4a0 -C extra-filename=-51c91469e9a2d4a0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e745718ee331648c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-d7254c0854c6fb23.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-33aa97c398ed3890.rlib --extern proc_macro --cap-lints allow --cap-lints=warn --cfg underscore_consts --cfg deprecated_proc_macro` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "9943d580bfa11458e9c66cdaece781d44ef95ad67c8981d7ac7ee758e094945a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9943d580bfa11458e9c66cdaece781d44ef95ad67c8981d7ac7ee758e094945a", kill_on_drop: false }` [INFO] [stdout] 9943d580bfa11458e9c66cdaece781d44ef95ad67c8981d7ac7ee758e094945a