[INFO] fetching crate macro_lisp 0.1.0... [INFO] checking macro_lisp-0.1.0 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate macro_lisp 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate macro_lisp 0.1.0 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate macro_lisp 0.1.0 [INFO] finished tweaking crates.io crate macro_lisp 0.1.0 [INFO] tweaked toml for crates.io crate macro_lisp 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9617fc0e94ddb806dc189e305cd48d5b759f58da726f961ce806b4f254e43cf7 [INFO] running `Command { std: "docker" "start" "-a" "9617fc0e94ddb806dc189e305cd48d5b759f58da726f961ce806b4f254e43cf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9617fc0e94ddb806dc189e305cd48d5b759f58da726f961ce806b4f254e43cf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9617fc0e94ddb806dc189e305cd48d5b759f58da726f961ce806b4f254e43cf7", kill_on_drop: false }` [INFO] [stdout] 9617fc0e94ddb806dc189e305cd48d5b759f58da726f961ce806b4f254e43cf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ebcbbb43678f5944eacc465906139f280161df6f2d7d05e90af609eb38c7b87 [INFO] running `Command { std: "docker" "start" "-a" "4ebcbbb43678f5944eacc465906139f280161df6f2d7d05e90af609eb38c7b87", kill_on_drop: false }` [INFO] [stderr] Checking macro_lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/module.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lisp!(module module_test [INFO] [stdout] 12 | | (defun do_nothing()) [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | (defun hello () () [INFO] [stdout] ... | [INFO] [stdout] 25 | | ) [INFO] [stdout] 26 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/file.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / lisp!(progn [INFO] [stdout] 16 | | (defconstant filename "target/dummy.data") [INFO] [stdout] 17 | | (with-output-to-new-file (file filename) [INFO] [stdout] 18 | | (write-all file b"Hello, world!")) [INFO] [stdout] ... | [INFO] [stdout] 22 | | (assert-eq "Hello, world!" s) [INFO] [stdout] 23 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `macro_lisp` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / lisp!(progn [INFO] [stdout] 15 | | (defvar num Some(0)) [INFO] [stdout] 16 | | (while-let (Some(i) = num) [INFO] [stdout] 17 | | (if (> i 9) [INFO] [stdout] ... | [INFO] [stdout] 22 | | (assert-eq None num) [INFO] [stdout] 23 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / lisp!(progn [INFO] [stdout] 29 | | (defconstant number Some(7)) [INFO] [stdout] 30 | | (if-let (Some(i) = number) [INFO] [stdout] 31 | | // success let [INFO] [stdout] ... | [INFO] [stdout] 35 | | ) [INFO] [stdout] 36 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / lisp!(progn [INFO] [stdout] 29 | | (defconstant number Some(7)) [INFO] [stdout] 30 | | (if-let (Some(i) = number) [INFO] [stdout] 31 | | // success let [INFO] [stdout] ... | [INFO] [stdout] 35 | | ) [INFO] [stdout] 36 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | / lisp!(progn [INFO] [stdout] 84 | | (defconstant f [INFO] [stdout] 85 | | (lambda ((x i32)) (1+ x))) [INFO] [stdout] 86 | | (defconstant x (f 5)) [INFO] [stdout] ... | [INFO] [stdout] 90 | | (assert-eq 16 y) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | / lisp!(let ((x 0)) [INFO] [stdout] 97 | | (loop [INFO] [stdout] 98 | | (loop [INFO] [stdout] 99 | | (break) [INFO] [stdout] ... | [INFO] [stdout] 105 | | (assert-eq 1 x) [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | / lisp!(let ((x 0)) [INFO] [stdout] 97 | | (loop [INFO] [stdout] 98 | | (loop [INFO] [stdout] 99 | | (break) [INFO] [stdout] ... | [INFO] [stdout] 105 | | (assert-eq 1 x) [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | / lisp!(let ((x 0)) [INFO] [stdout] 113 | | (doiter (num vec) [INFO] [stdout] 114 | | (setf x (+ x num))) [INFO] [stdout] 115 | | (assert-eq 15 x) [INFO] [stdout] 116 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | / lisp!(let ((x 0)) [INFO] [stdout] 113 | | (doiter (num vec) [INFO] [stdout] 114 | | (setf x (+ x num))) [INFO] [stdout] 115 | | (assert-eq 15 x) [INFO] [stdout] 116 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | / lisp!(let ((x 0)) [INFO] [stdout] 118 | | (doiter (num (vec 1 2 3 4 5)) [INFO] [stdout] 119 | | (setf x (+ x num))) [INFO] [stdout] 120 | | (assert-eq 15 x) [INFO] [stdout] 121 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | / lisp!(let ((x 0)) [INFO] [stdout] 118 | | (doiter (num (vec 1 2 3 4 5)) [INFO] [stdout] 119 | | (setf x (+ x num))) [INFO] [stdout] 120 | | (assert-eq 15 x) [INFO] [stdout] 121 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | / lisp!(progn [INFO] [stdout] 127 | | (defconstant num [INFO] [stdout] 128 | | (do ((x 0 (1+ x)) [INFO] [stdout] 129 | | (y 0 (+ y 2))) [INFO] [stdout] 130 | | ((> x 5) y))) [INFO] [stdout] 131 | | (assert-eq num 12) [INFO] [stdout] 132 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | / lisp!(progn [INFO] [stdout] 138 | | (defconstant x 3) [INFO] [stdout] 139 | | (defconstant y 5) [INFO] [stdout] 140 | | (let ((x 1) [INFO] [stdout] ... | [INFO] [stdout] 147 | | (assert-eq y 5) [INFO] [stdout] 148 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | / lisp!(progn [INFO] [stdout] 138 | | (defconstant x 3) [INFO] [stdout] 139 | | (defconstant y 5) [INFO] [stdout] 140 | | (let ((x 1) [INFO] [stdout] ... | [INFO] [stdout] 147 | | (assert-eq y 5) [INFO] [stdout] 148 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | / lisp!(progn [INFO] [stdout] 154 | | (defvar x 0) [INFO] [stdout] 155 | | (dotimes (y 5) [INFO] [stdout] 156 | | (setf x (+ x y))) [INFO] [stdout] 157 | | (assert-eq x 10) [INFO] [stdout] 158 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | / lisp!(progn [INFO] [stdout] 154 | | (defvar x 0) [INFO] [stdout] 155 | | (dotimes (y 5) [INFO] [stdout] 156 | | (setf x (+ x y))) [INFO] [stdout] 157 | | (assert-eq x 10) [INFO] [stdout] 158 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | / lisp!(progn [INFO] [stdout] 164 | | (defvar x 0) [INFO] [stdout] 165 | | (while (< x 10) [INFO] [stdout] 166 | | (incf x)) [INFO] [stdout] 167 | | (assert-eq x 10) [INFO] [stdout] 168 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | / lisp!(progn [INFO] [stdout] 174 | | (defvar x 0) [INFO] [stdout] 175 | | (when true [INFO] [stdout] 176 | | (setf x 1)) [INFO] [stdout] ... | [INFO] [stdout] 186 | | (assert-eq y 2) [INFO] [stdout] 187 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> tests/core.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | / lisp!(progn [INFO] [stdout] 193 | | (defconstant x 3) [INFO] [stdout] 194 | | (defconstant y 4) [INFO] [stdout] 195 | | (defvar z (* x y)) [INFO] [stdout] 196 | | (assert-eq 12 z) [INFO] [stdout] 197 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `lisp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4ebcbbb43678f5944eacc465906139f280161df6f2d7d05e90af609eb38c7b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ebcbbb43678f5944eacc465906139f280161df6f2d7d05e90af609eb38c7b87", kill_on_drop: false }` [INFO] [stdout] 4ebcbbb43678f5944eacc465906139f280161df6f2d7d05e90af609eb38c7b87