[INFO] cloning repository https://github.com/geek-frio/rs-lisp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geek-frio/rs-lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeek-frio%2Frs-lisp"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeek-frio%2Frs-lisp'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f8ad3675b8926c456310cc8066b4b6b2c80ffe18 [INFO] testing geek-frio/rs-lisp against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeek-frio%2Frs-lisp" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/geek-frio/rs-lisp 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/geek-frio/rs-lisp [INFO] finished tweaking git repo https://github.com/geek-frio/rs-lisp [INFO] tweaked toml for git repo https://github.com/geek-frio/rs-lisp written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/geek-frio/rs-lisp 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 77ae377576bf85c0f66075cacad42e65f159fa50a9165d976d4a6d27c9aaae21 [INFO] running `"docker" "start" "-a" "77ae377576bf85c0f66075cacad42e65f159fa50a9165d976d4a6d27c9aaae21"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling newlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `test_simple_in` [INFO] [stderr] --> src/ast.rs:550:8 [INFO] [stderr] | [INFO] [stderr] 550 | fn test_simple_in() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `"docker" "inspect" "77ae377576bf85c0f66075cacad42e65f159fa50a9165d976d4a6d27c9aaae21"` [INFO] running `"docker" "rm" "-f" "77ae377576bf85c0f66075cacad42e65f159fa50a9165d976d4a6d27c9aaae21"` [INFO] [stdout] 77ae377576bf85c0f66075cacad42e65f159fa50a9165d976d4a6d27c9aaae21 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 5ec980d6ed1921e2cbd1c4bd74e2301fb604d38b9df1adf9c78f3398a234ee01 [INFO] running `"docker" "start" "-a" "5ec980d6ed1921e2cbd1c4bd74e2301fb604d38b9df1adf9c78f3398a234ee01"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling newlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `test_simple_in` [INFO] [stderr] --> src/ast.rs:550:8 [INFO] [stderr] | [INFO] [stderr] 550 | fn test_simple_in() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_simple_in` [INFO] [stderr] --> src/ast.rs:550:8 [INFO] [stderr] | [INFO] [stderr] 550 | fn test_simple_in() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.06s [INFO] running `"docker" "inspect" "5ec980d6ed1921e2cbd1c4bd74e2301fb604d38b9df1adf9c78f3398a234ee01"` [INFO] running `"docker" "rm" "-f" "5ec980d6ed1921e2cbd1c4bd74e2301fb604d38b9df1adf9c78f3398a234ee01"` [INFO] [stdout] 5ec980d6ed1921e2cbd1c4bd74e2301fb604d38b9df1adf9c78f3398a234ee01 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] ae9bdc360fdd3554ef13e6a002df90995fc65b4a4f28b74d00e166268beaaefd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ae9bdc360fdd3554ef13e6a002df90995fc65b4a4f28b74d00e166268beaaefd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: function is never used: `test_simple_in` [INFO] [stderr] --> src/ast.rs:550:8 [INFO] [stderr] | [INFO] [stderr] 550 | fn test_simple_in() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_simple_in` [INFO] [stderr] --> src/ast.rs:550:8 [INFO] [stderr] | [INFO] [stderr] 550 | fn test_simple_in() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/newlisp-b125b42ef23172f7 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test ast::tests::test_simple_and ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests newlisp [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] running `"docker" "inspect" "ae9bdc360fdd3554ef13e6a002df90995fc65b4a4f28b74d00e166268beaaefd"` [INFO] running `"docker" "rm" "-f" "ae9bdc360fdd3554ef13e6a002df90995fc65b4a4f28b74d00e166268beaaefd"` [INFO] [stdout] ae9bdc360fdd3554ef13e6a002df90995fc65b4a4f28b74d00e166268beaaefd