[INFO] cloning repository https://github.com/ubnt-intrepid/rust-ast [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ubnt-intrepid/rust-ast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-ast", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-ast'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 666be7a3f847cbd5e0577111ee0e6790786f6d5a [INFO] testing ubnt-intrepid/rust-ast against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-ast" "/workspace/builds/worker-111/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-111/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ubnt-intrepid/rust-ast 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/ubnt-intrepid/rust-ast [INFO] finished tweaking git repo https://github.com/ubnt-intrepid/rust-ast [INFO] tweaked toml for git repo https://github.com/ubnt-intrepid/rust-ast written to /workspace/builds/worker-111/source/Cargo.toml [INFO] crate git repo https://github.com/ubnt-intrepid/rust-ast 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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] e79af2afea3435f71ec426ee6e93317df0ab243e22c32842cffa243d5630b951 [INFO] running `Command { std: "docker" "start" "-a" "e79af2afea3435f71ec426ee6e93317df0ab243e22c32842cffa243d5630b951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e79af2afea3435f71ec426ee6e93317df0ab243e22c32842cffa243d5630b951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e79af2afea3435f71ec426ee6e93317df0ab243e22c32842cffa243d5630b951", kill_on_drop: false }` [INFO] [stdout] e79af2afea3435f71ec426ee6e93317df0ab243e22c32842cffa243d5630b951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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] 2794d990caa4aa0331248864c1a460a5c2ef409395018222926ac7accc81015e [INFO] running `Command { std: "docker" "start" "-a" "2794d990caa4aa0331248864c1a460a5c2ef409395018222926ac7accc81015e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-ast v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | let i = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | let j = match try!(eval(*e2, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | let i = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | let j = match try!(eval(*e2, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:63:42 [INFO] [stdout] | [INFO] [stdout] 63 | let (x, e, mut env_) = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | let v = try!(eval(*e2, env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.39s [INFO] running `Command { std: "docker" "inspect" "2794d990caa4aa0331248864c1a460a5c2ef409395018222926ac7accc81015e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2794d990caa4aa0331248864c1a460a5c2ef409395018222926ac7accc81015e", kill_on_drop: false }` [INFO] [stdout] 2794d990caa4aa0331248864c1a460a5c2ef409395018222926ac7accc81015e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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] 4025e75e5dee00343c3f93fff670c67e0e3604c79c3bf80c4da91750649afd42 [INFO] running `Command { std: "docker" "start" "-a" "4025e75e5dee00343c3f93fff670c67e0e3604c79c3bf80c4da91750649afd42", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-ast v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | let i = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | let j = match try!(eval(*e2, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | let i = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | let j = match try!(eval(*e2, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:63:42 [INFO] [stdout] | [INFO] [stdout] 63 | let (x, e, mut env_) = match try!(eval(*e1, env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast_closure.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | let v = try!(eval(*e2, env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "4025e75e5dee00343c3f93fff670c67e0e3604c79c3bf80c4da91750649afd42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4025e75e5dee00343c3f93fff670c67e0e3604c79c3bf80c4da91750649afd42", kill_on_drop: false }` [INFO] [stdout] 4025e75e5dee00343c3f93fff670c67e0e3604c79c3bf80c4da91750649afd42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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] dcf8996fa06288c170c4941d7a79e72d36c34b0f9a9400f2bd96049e30ba7ae5 [INFO] running `Command { std: "docker" "start" "-a" "dcf8996fa06288c170c4941d7a79e72d36c34b0f9a9400f2bd96049e30ba7ae5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | let i = match try!(eval(*e1, env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:37:27 [INFO] [stderr] | [INFO] [stderr] 37 | let j = match try!(eval(*e2, env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | let i = match try!(eval(*e1, env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:49:27 [INFO] [stderr] | [INFO] [stderr] 49 | let j = match try!(eval(*e2, env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:63:42 [INFO] [stderr] | [INFO] [stderr] 63 | let (x, e, mut env_) = match try!(eval(*e1, env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ast_closure.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | let v = try!(eval(*e2, env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `rust-ast` (bin "rust-ast" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.25s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_ast-90098b6cda5ad6b0) [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" "dcf8996fa06288c170c4941d7a79e72d36c34b0f9a9400f2bd96049e30ba7ae5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf8996fa06288c170c4941d7a79e72d36c34b0f9a9400f2bd96049e30ba7ae5", kill_on_drop: false }` [INFO] [stdout] dcf8996fa06288c170c4941d7a79e72d36c34b0f9a9400f2bd96049e30ba7ae5