[INFO] cloning repository https://github.com/talves/netlify-rust-functions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/talves/netlify-rust-functions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalves%2Fnetlify-rust-functions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalves%2Fnetlify-rust-functions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 846202f3e1c10c0b6bf7c1e2a2cc6b5cfeab5cfb [INFO] testing talves/netlify-rust-functions against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalves%2Fnetlify-rust-functions" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/talves/netlify-rust-functions on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/rust-toolchain [INFO] started tweaking git repo https://github.com/talves/netlify-rust-functions [INFO] finished tweaking git repo https://github.com/talves/netlify-rust-functions [INFO] tweaked toml for git repo https://github.com/talves/netlify-rust-functions written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/talves/netlify-rust-functions already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded http-serde v1.0.3 [INFO] [stderr] Downloaded lambda_runtime v0.3.0 [INFO] [stderr] Downloaded simple_logger v1.16.0 [INFO] [stderr] Downloaded aws_lambda_events v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "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] 088eb555e0b5904fd83b166c40ff0794eb71a453497e79ed6858fb09ce7718c4 [INFO] running `Command { std: "docker" "start" "-a" "088eb555e0b5904fd83b166c40ff0794eb71a453497e79ed6858fb09ce7718c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "088eb555e0b5904fd83b166c40ff0794eb71a453497e79ed6858fb09ce7718c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "088eb555e0b5904fd83b166c40ff0794eb71a453497e79ed6858fb09ce7718c4", kill_on_drop: false }` [INFO] [stdout] 088eb555e0b5904fd83b166c40ff0794eb71a453497e79ed6858fb09ce7718c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "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] f861ba5ebe66a2067004dce0ebf46184ab37d867b28c6f1c16195b9c59391e9a [INFO] running `Command { std: "docker" "start" "-a" "f861ba5ebe66a2067004dce0ebf46184ab37d867b28c6f1c16195b9c59391e9a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling time v0.3.5 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling simple_logger v1.16.0 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling http-serde v1.0.3 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling aws_lambda_events v0.4.0 [INFO] [stderr] Compiling lambda_runtime v0.3.0 [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/rustwide/workdir/netlify/functions/hello-world) [INFO] [stderr] Compiling hello-world-name v0.1.0 (/opt/rustwide/workdir/netlify/functions/hello-world-name) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 05s [INFO] running `Command { std: "docker" "inspect" "f861ba5ebe66a2067004dce0ebf46184ab37d867b28c6f1c16195b9c59391e9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f861ba5ebe66a2067004dce0ebf46184ab37d867b28c6f1c16195b9c59391e9a", kill_on_drop: false }` [INFO] [stdout] f861ba5ebe66a2067004dce0ebf46184ab37d867b28c6f1c16195b9c59391e9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "test" "--frozen" "--no-run" "--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] 33d69640a601dcacd2fe5af4b97d69421d001bc6ae6962382ff5df47938044fc [INFO] running `Command { std: "docker" "start" "-a" "33d69640a601dcacd2fe5af4b97d69421d001bc6ae6962382ff5df47938044fc", kill_on_drop: false }` [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/rustwide/workdir/netlify/functions/hello-world) [INFO] [stderr] Compiling hello-world-name v0.1.0 (/opt/rustwide/workdir/netlify/functions/hello-world-name) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "33d69640a601dcacd2fe5af4b97d69421d001bc6ae6962382ff5df47938044fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33d69640a601dcacd2fe5af4b97d69421d001bc6ae6962382ff5df47938044fc", kill_on_drop: false }` [INFO] [stdout] 33d69640a601dcacd2fe5af4b97d69421d001bc6ae6962382ff5df47938044fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "test" "--frozen", 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] 1cb4b236b572da3ad2cfa0b9b64200429087452d6428680fe007b3d3e08ef8fd [INFO] running `Command { std: "docker" "start" "-a" "1cb4b236b572da3ad2cfa0b9b64200429087452d6428680fe007b3d3e08ef8fd", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hello_world-6e93e1df45762349) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hello_world_name-3407a7d226e52d1e) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1cb4b236b572da3ad2cfa0b9b64200429087452d6428680fe007b3d3e08ef8fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cb4b236b572da3ad2cfa0b9b64200429087452d6428680fe007b3d3e08ef8fd", kill_on_drop: false }` [INFO] [stdout] 1cb4b236b572da3ad2cfa0b9b64200429087452d6428680fe007b3d3e08ef8fd