[INFO] cloning repository https://github.com/msuesskraut/rlox-interp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/msuesskraut/rlox-interp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsuesskraut%2Frlox-interp"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsuesskraut%2Frlox-interp'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 46ccf8749161de28f16dab4812d39935b947a29a [INFO] testing msuesskraut/rlox-interp against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsuesskraut%2Frlox-interp" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/msuesskraut/rlox-interp on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/msuesskraut/rlox-interp [INFO] finished tweaking git repo https://github.com/msuesskraut/rlox-interp [INFO] tweaked toml for git repo https://github.com/msuesskraut/rlox-interp written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/msuesskraut/rlox-interp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42ed3dd771d58df400775e88fe63e831b6e72d1577275420825c1ccfe9cf35de [INFO] running `"docker" "start" "-a" "42ed3dd771d58df400775e88fe63e831b6e72d1577275420825c1ccfe9cf35de"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rlox-interp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "42ed3dd771d58df400775e88fe63e831b6e72d1577275420825c1ccfe9cf35de"` [INFO] running `"docker" "rm" "-f" "42ed3dd771d58df400775e88fe63e831b6e72d1577275420825c1ccfe9cf35de"` [INFO] [stdout] 42ed3dd771d58df400775e88fe63e831b6e72d1577275420825c1ccfe9cf35de [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2bea181ee77aa5cd01e0212018ac8a584c57d30236cf0971170c52527cf6a7d4 [INFO] running `"docker" "start" "-a" "2bea181ee77aa5cd01e0212018ac8a584c57d30236cf0971170c52527cf6a7d4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling rlit v0.1.0 (https://github.com/msuesskraut/rlit.git#c626fee9) [INFO] [stderr] Compiling rlox-interp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 31.61s [INFO] running `"docker" "inspect" "2bea181ee77aa5cd01e0212018ac8a584c57d30236cf0971170c52527cf6a7d4"` [INFO] running `"docker" "rm" "-f" "2bea181ee77aa5cd01e0212018ac8a584c57d30236cf0971170c52527cf6a7d4"` [INFO] [stdout] 2bea181ee77aa5cd01e0212018ac8a584c57d30236cf0971170c52527cf6a7d4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60187f675bc38d01b9212a5bdb4b3ea01398a8f52db93c355174a2e95c8c32ad [INFO] running `"docker" "start" "-a" "60187f675bc38d01b9212a5bdb4b3ea01398a8f52db93c355174a2e95c8c32ad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rlox_interp-7599df5467c18329 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simple_lit-b39b4ec2946c5498 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test simple_lit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "60187f675bc38d01b9212a5bdb4b3ea01398a8f52db93c355174a2e95c8c32ad"` [INFO] running `"docker" "rm" "-f" "60187f675bc38d01b9212a5bdb4b3ea01398a8f52db93c355174a2e95c8c32ad"` [INFO] [stdout] 60187f675bc38d01b9212a5bdb4b3ea01398a8f52db93c355174a2e95c8c32ad