[INFO] cloning repository https://github.com/iamthetoaster/rsalen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iamthetoaster/rsalen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamthetoaster%2Frsalen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamthetoaster%2Frsalen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1008303a356d5f102034b40149afd37627408018 [INFO] testing iamthetoaster/rsalen against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamthetoaster%2Frsalen" "/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/iamthetoaster/rsalen on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iamthetoaster/rsalen [INFO] finished tweaking git repo https://github.com/iamthetoaster/rsalen [INFO] tweaked toml for git repo https://github.com/iamthetoaster/rsalen written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/iamthetoaster/rsalen already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 1bfa45236cf3ef81cd6965a484c79cc371d3531393351c8ce5b516e7bea16bbd [INFO] running `Command { std: "docker" "start" "-a" "1bfa45236cf3ef81cd6965a484c79cc371d3531393351c8ce5b516e7bea16bbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bfa45236cf3ef81cd6965a484c79cc371d3531393351c8ce5b516e7bea16bbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bfa45236cf3ef81cd6965a484c79cc371d3531393351c8ce5b516e7bea16bbd", kill_on_drop: false }` [INFO] [stdout] 1bfa45236cf3ef81cd6965a484c79cc371d3531393351c8ce5b516e7bea16bbd [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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 9a20c1e4e70b9db8fbc761d1038f687c38ffa422547c58f9f1acc12d99f6e31a [INFO] running `Command { std: "docker" "start" "-a" "9a20c1e4e70b9db8fbc761d1038f687c38ffa422547c58f9f1acc12d99f6e31a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling beef v0.5.1 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling rsalen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] error: failed to run custom build command for `rsalen v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rsalen-1db7ebeb3f7e057c/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=test_files/* [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Error: Path "test_files/" does not exist or you don't have access! [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::error:: for anyhow::Error>::from [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.43/src/error.rs:519:25 [INFO] [stderr] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/result.rs:1911:27 [INFO] [stderr] 2: build_script_build::main [INFO] [stderr] at ./build.rs:14:5 [INFO] [stderr] 3: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 4: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 5: std::rt::lang_start::{{closure}} [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:145:18 [INFO] [stderr] 6: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 7: std::panicking::try::do_call [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stderr] 8: std::panicking::try [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stderr] 9: std::panic::catch_unwind [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stderr] 10: std::rt::lang_start_internal::{{closure}} [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:48 [INFO] [stderr] 11: std::panicking::try::do_call [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stderr] 12: std::panicking::try [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stderr] 13: std::panic::catch_unwind [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stderr] 14: std::rt::lang_start_internal [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:20 [INFO] [stderr] 15: std::rt::lang_start [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:144:17 [INFO] [stderr] 16: main [INFO] [stderr] 17: __libc_start_main [INFO] [stderr] 18: _start [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9a20c1e4e70b9db8fbc761d1038f687c38ffa422547c58f9f1acc12d99f6e31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a20c1e4e70b9db8fbc761d1038f687c38ffa422547c58f9f1acc12d99f6e31a", kill_on_drop: false }` [INFO] [stdout] 9a20c1e4e70b9db8fbc761d1038f687c38ffa422547c58f9f1acc12d99f6e31a