[INFO] cloning repository https://github.com/ashrithr/aws-nuke [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ashrithr/aws-nuke" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashrithr%2Faws-nuke", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashrithr%2Faws-nuke'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28bf0082265d7e7a743cb75f1bd82cf9d4c18244 [INFO] testing ashrithr/aws-nuke 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%2Fashrithr%2Faws-nuke" "/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/ashrithr/aws-nuke 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/ashrithr/aws-nuke [INFO] finished tweaking git repo https://github.com/ashrithr/aws-nuke [INFO] tweaked toml for git repo https://github.com/ashrithr/aws-nuke written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ashrithr/aws-nuke 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] [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: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] 7908860b76e4f59c6a1a15524ec39c5a0dbf6b3e5a754b74c89946ce5a7f324c [INFO] running `Command { std: "docker" "start" "-a" "7908860b76e4f59c6a1a15524ec39c5a0dbf6b3e5a754b74c89946ce5a7f324c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7908860b76e4f59c6a1a15524ec39c5a0dbf6b3e5a754b74c89946ce5a7f324c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7908860b76e4f59c6a1a15524ec39c5a0dbf6b3e5a754b74c89946ce5a7f324c", kill_on_drop: false }` [INFO] [stdout] 7908860b76e4f59c6a1a15524ec39c5a0dbf6b3e5a754b74c89946ce5a7f324c [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=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] 49a41621318bd96b3056f2b1d02bdfb799e2fc1ba7370fbdab6eca4cb902ec54 [INFO] running `Command { std: "docker" "start" "-a" "49a41621318bd96b3056f2b1d02bdfb799e2fc1ba7370fbdab6eca4cb902ec54", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling hex v0.4.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling humantime v2.0.0 [INFO] [stderr] Compiling dyn-clone v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling sharded-slab v0.0.8 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling rusoto_core v0.46.0 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.0 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling thiserror-impl v1.0.6 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling tracing v0.1.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.6 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tracing-futures v0.2.3 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling serde-xml-rs v0.4.0 [INFO] [stderr] Compiling humantime-serde v1.0.0 [INFO] [stderr] Compiling toml v0.5.0 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.3 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling rusoto_credential v0.46.0 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling rusoto_signature v0.46.0 [INFO] [stderr] Compiling rusoto_s3 v0.46.0 [INFO] [stderr] Compiling rusoto_elbv2 v0.46.0 [INFO] [stderr] Compiling rusoto_redshift v0.46.0 [INFO] [stderr] Compiling rusoto_autoscaling v0.46.0 [INFO] [stderr] Compiling rusoto_rds v0.46.0 [INFO] [stderr] Compiling rusoto_ec2 v0.46.0 [INFO] [stderr] Compiling rusoto_emr v0.46.0 [INFO] [stderr] Compiling rusoto_ce v0.46.0 [INFO] [stderr] Compiling rusoto_eks v0.46.0 [INFO] [stderr] Compiling rusoto_cloudwatch v0.46.0 [INFO] [stderr] Compiling rusoto_ecs v0.46.0 [INFO] [stderr] Compiling rusoto_sagemaker v0.46.0 [INFO] [stderr] Compiling rusoto_es v0.46.0 [INFO] [stderr] Compiling rusoto_iam v0.46.0 [INFO] [stderr] Compiling rusoto_sts v0.46.0 [INFO] [stderr] error: could not compile `rusoto_core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_core --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_core-0.46.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 --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=22c958403bbbd391 -C extra-filename=-22c958403bbbd391 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern crc32fast=/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-1f372a04906b0721.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-069ecda182e2d7a6.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-9b2e5a2d17d9babc.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-88c6c3c5629024a6.rmeta --extern rusoto_credential=/opt/rustwide/target/debug/deps/librusoto_credential-32d11196d8f6bbb0.rmeta --extern rusoto_signature=/opt/rustwide/target/debug/deps/librusoto_signature-0def76b7704f5172.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b7fb265b353537c3.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rusoto_ec2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_ec2 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_ec2-0.46.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 --cfg 'feature="rustls"' -C metadata=00edd3e1bd7cb7f0 -C extra-filename=-00edd3e1bd7cb7f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-935d79f5a54a3064.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_cloudwatch` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_cloudwatch --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_cloudwatch-0.46.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 --cfg 'feature="rustls"' -C metadata=b1a9cc2ff59593ae -C extra-filename=-b1a9cc2ff59593ae --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-935d79f5a54a3064.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_autoscaling` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_autoscaling --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_autoscaling-0.46.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 --cfg 'feature="rustls"' -C metadata=338c9156f60db615 -C extra-filename=-338c9156f60db615 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-935d79f5a54a3064.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_s3` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_s3 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_s3-0.46.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 --cfg 'feature="rustls"' -C metadata=598c54d92ee8af60 -C extra-filename=-598c54d92ee8af60 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_elbv2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_elbv2 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_elbv2-0.46.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 --cfg 'feature="rustls"' -C metadata=9ff493d385887fba -C extra-filename=-9ff493d385887fba --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-935d79f5a54a3064.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_eks` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_eks --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_eks-0.46.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 --cfg 'feature="rustls"' -C metadata=bc16faadf1c807b0 -C extra-filename=-bc16faadf1c807b0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-92bb53b378632536.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_redshift` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_redshift --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_redshift-0.46.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 --cfg 'feature="rustls"' -C metadata=88830503dbaf14ea -C extra-filename=-88830503dbaf14ea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-935d79f5a54a3064.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-150d1920bfab59b2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_es` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_es --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_es-0.46.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 --cfg 'feature="rustls"' -C metadata=ebddf419562e9cbb -C extra-filename=-ebddf419562e9cbb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-92bb53b378632536.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_ce` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_ce --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_ce-0.46.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 --cfg 'feature="rustls"' -C metadata=e7dbadcc40d935ba -C extra-filename=-e7dbadcc40d935ba --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_emr` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_emr --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_emr-0.46.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 --cfg 'feature="rustls"' -C metadata=e9a381044f61ea39 -C extra-filename=-e9a381044f61ea39 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_ecs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_ecs --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_ecs-0.46.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 --cfg 'feature="rustls"' -C metadata=41bdbc0750666199 -C extra-filename=-41bdbc0750666199 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rusoto_sagemaker` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_sagemaker --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_sagemaker-0.46.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 --cfg 'feature="rustls"' -C metadata=07bb33ef6f8ea5f4 -C extra-filename=-07bb33ef6f8ea5f4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f29a0adafd8d3837.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-45cc3e705de6e774.rmeta --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-22c958403bbbd391.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3ced20623f533fb7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-52fc7d4a1baf05a7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-22c5a2e9012cb931/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "49a41621318bd96b3056f2b1d02bdfb799e2fc1ba7370fbdab6eca4cb902ec54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49a41621318bd96b3056f2b1d02bdfb799e2fc1ba7370fbdab6eca4cb902ec54", kill_on_drop: false }` [INFO] [stdout] 49a41621318bd96b3056f2b1d02bdfb799e2fc1ba7370fbdab6eca4cb902ec54