[INFO] cloning repository https://github.com/nicolashahn/rust-lisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicolashahn/rust-lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolashahn%2Frust-lisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolashahn%2Frust-lisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5cb4bf982428763b2fc09a153596d642cf678077 [INFO] testing nicolashahn/rust-lisp against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolashahn%2Frust-lisp" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicolashahn/rust-lisp 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] started tweaking git repo https://github.com/nicolashahn/rust-lisp [INFO] finished tweaking git repo https://github.com/nicolashahn/rust-lisp [INFO] tweaked toml for git repo https://github.com/nicolashahn/rust-lisp written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/nicolashahn/rust-lisp 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c1fdb8ab76b6eaec64ed3e8e18409ea5dece1db3f80608252f2f6d9c5eb8995 [INFO] running `Command { std: "docker" "start" "-a" "9c1fdb8ab76b6eaec64ed3e8e18409ea5dece1db3f80608252f2f6d9c5eb8995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c1fdb8ab76b6eaec64ed3e8e18409ea5dece1db3f80608252f2f6d9c5eb8995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c1fdb8ab76b6eaec64ed3e8e18409ea5dece1db3f80608252f2f6d9c5eb8995", kill_on_drop: false }` [INFO] [stdout] 9c1fdb8ab76b6eaec64ed3e8e18409ea5dece1db3f80608252f2f6d9c5eb8995 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 163b58ec19ca28fa5e97dfc54e7932a50be9ec6bdda7f0d42da8f9711a824f04 [INFO] running `Command { std: "docker" "start" "-a" "163b58ec19ca28fa5e97dfc54e7932a50be9ec6bdda7f0d42da8f9711a824f04", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stdout] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stdout] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / named!(s_expr<&str,Vec<&str>>, [INFO] [stdout] 23 | | delimited!(tag_s!("("), [INFO] [stdout] 24 | | token, [INFO] [stdout] 25 | | tag_s!(")")) [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / named!(s_expr<&str,Vec<&str>>, [INFO] [stdout] 23 | | delimited!(tag_s!("("), [INFO] [stdout] 24 | | token, [INFO] [stdout] 25 | | tag_s!(")")) [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.22s [INFO] running `Command { std: "docker" "inspect" "163b58ec19ca28fa5e97dfc54e7932a50be9ec6bdda7f0d42da8f9711a824f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "163b58ec19ca28fa5e97dfc54e7932a50be9ec6bdda7f0d42da8f9711a824f04", kill_on_drop: false }` [INFO] [stdout] 163b58ec19ca28fa5e97dfc54e7932a50be9ec6bdda7f0d42da8f9711a824f04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 208f51860e343a582d835e0ca9a7c42cb7702ddbf8452cf5b51955e3b36e2d3f [INFO] running `Command { std: "docker" "start" "-a" "208f51860e343a582d835e0ca9a7c42cb7702ddbf8452cf5b51955e3b36e2d3f", kill_on_drop: false }` [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stdout] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stdout] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / named!(s_expr<&str,Vec<&str>>, [INFO] [stdout] 23 | | delimited!(tag_s!("("), [INFO] [stdout] 24 | | token, [INFO] [stdout] 25 | | tag_s!(")")) [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/main.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / named!(s_expr<&str,Vec<&str>>, [INFO] [stdout] 23 | | delimited!(tag_s!("("), [INFO] [stdout] 24 | | token, [INFO] [stdout] 25 | | tag_s!(")")) [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "208f51860e343a582d835e0ca9a7c42cb7702ddbf8452cf5b51955e3b36e2d3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "208f51860e343a582d835e0ca9a7c42cb7702ddbf8452cf5b51955e3b36e2d3f", kill_on_drop: false }` [INFO] [stdout] 208f51860e343a582d835e0ca9a7c42cb7702ddbf8452cf5b51955e3b36e2d3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f35e042b8f4d2b28596fe50958baca3860b1208c00cfbb81011afb778851876d [INFO] running `Command { std: "docker" "start" "-a" "f35e042b8f4d2b28596fe50958baca3860b1208c00cfbb81011afb778851876d", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stderr] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stderr] 20 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / named!(token<&str, Vec<&str>>, [INFO] [stderr] 19 | | ws!(many0!(alt!(tag_s!("b") | tag_s!("a")))) [INFO] [stderr] 20 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / named!(s_expr<&str,Vec<&str>>, [INFO] [stderr] 23 | | delimited!(tag_s!("("), [INFO] [stderr] 24 | | token, [INFO] [stderr] 25 | | tag_s!(")")) [INFO] [stderr] 26 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `lisp` (bin "lisp" test) generated 4 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lisp-a6422978069d6550) [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" "f35e042b8f4d2b28596fe50958baca3860b1208c00cfbb81011afb778851876d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f35e042b8f4d2b28596fe50958baca3860b1208c00cfbb81011afb778851876d", kill_on_drop: false }` [INFO] [stdout] f35e042b8f4d2b28596fe50958baca3860b1208c00cfbb81011afb778851876d