[INFO] cloning repository https://github.com/rust-adventure/netlify-serverless-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-adventure/netlify-serverless-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-adventure%2Fnetlify-serverless-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-adventure%2Fnetlify-serverless-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 001637ba5a6a5f0327a5ce3224d0d26879d06e6e [INFO] testing rust-adventure/netlify-serverless-examples against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-adventure%2Fnetlify-serverless-examples" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-adventure/netlify-serverless-examples on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/rust-toolchain [INFO] started tweaking git repo https://github.com/rust-adventure/netlify-serverless-examples [INFO] finished tweaking git repo https://github.com/rust-adventure/netlify-serverless-examples [INFO] tweaked toml for git repo https://github.com/rust-adventure/netlify-serverless-examples written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/rust-adventure/netlify-serverless-examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indenter v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 356a7f097d1ec444086a9cc48eeb66a820e71fcc3bce5ea8e527140ec42da321 [INFO] running `Command { std: "docker" "start" "-a" "356a7f097d1ec444086a9cc48eeb66a820e71fcc3bce5ea8e527140ec42da321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "356a7f097d1ec444086a9cc48eeb66a820e71fcc3bce5ea8e527140ec42da321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "356a7f097d1ec444086a9cc48eeb66a820e71fcc3bce5ea8e527140ec42da321", kill_on_drop: false }` [INFO] [stdout] 356a7f097d1ec444086a9cc48eeb66a820e71fcc3bce5ea8e527140ec42da321 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b02379d274deb2c12f364c0364c617585cc8e99597cda4b8a315527aab3cbe93 [INFO] running `Command { std: "docker" "start" "-a" "b02379d274deb2c12f364c0364c617585cc8e99597cda4b8a315527aab3cbe93", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling smallvec v1.6.0 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling indenter v0.3.2 [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling async-stream v0.3.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling http-serde v1.0.3 [INFO] [stderr] Compiling aws_lambda_events v0.5.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling h2 v0.3.10 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling lambda_runtime v0.4.1 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir/crates/calculator) [INFO] [stderr] Compiling json-response v0.1.0 (/opt/rustwide/workdir/crates/json-response) [INFO] [stderr] Compiling querystring v0.1.0 (/opt/rustwide/workdir/crates/querystring) [INFO] [stderr] Compiling redirect v0.1.0 (/opt/rustwide/workdir/crates/redirect) [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/rustwide/workdir/crates/hello-world) [INFO] [stdout] warning: unused imports: `ApiGatewayProxyResponse`, `encodings::Body` [INFO] [stdout] --> crates/hello-world/src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | encodings::Body, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | event::apigw::{ [INFO] [stdout] 4 | ApiGatewayProxyRequest, ApiGatewayProxyResponse, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `reqwest` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name reqwest --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.9/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"' --cfg 'feature="__tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="tokio-rustls"' --cfg 'feature="webpki-roots"' -C metadata=87b0522935dbc140 -C extra-filename=-87b0522935dbc140 --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-172150d0696bfa01.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-7630ac252bf3fdef.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-afc8e1fe9314b5ba.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-2e67fe19c7c943b5.rmeta --extern h2=/opt/rustwide/target/debug/deps/libh2-14276166f0954be6.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-50fc8998bddbdb1e.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-9f5bb8a778973f4d.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-cac0c3563e405185.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-6c328d8553f09777.rmeta --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-a4a4d5377d91ef9a.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-cd107537ca905c26.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-57563e30e53eb9b3.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-92182eb859c71978.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-831e59e00e48fdf1.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1f1ac241f0288711.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-6a814fc0b958c9a7.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-36ccf6d9f1fba41d.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-59b9439b7385eb16.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-a02fb8fdb5737796.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-2dc972ebce4889f4.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-603795c9cf4a9ebd/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b02379d274deb2c12f364c0364c617585cc8e99597cda4b8a315527aab3cbe93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b02379d274deb2c12f364c0364c617585cc8e99597cda4b8a315527aab3cbe93", kill_on_drop: false }` [INFO] [stdout] b02379d274deb2c12f364c0364c617585cc8e99597cda4b8a315527aab3cbe93