[INFO] cloning repository https://github.com/poga/cranelift-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poga/cranelift-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoga%2Fcranelift-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoga%2Fcranelift-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee691823b33d77ba47cd877d69196fc494c66d81 [INFO] checking poga/cranelift-example against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoga%2Fcranelift-example" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poga/cranelift-example 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 git repo https://github.com/poga/cranelift-example [INFO] finished tweaking git repo https://github.com/poga/cranelift-example [INFO] tweaked toml for git repo https://github.com/poga/cranelift-example written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/poga/cranelift-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cranelift-module v0.33.0 [INFO] [stderr] Downloaded cranelift v0.33.0 [INFO] [stderr] Downloaded cranelift-frontend v0.33.0 [INFO] [stderr] Downloaded cranelift-entity v0.33.0 [INFO] [stderr] Downloaded cranelift-native v0.33.0 [INFO] [stderr] Downloaded cranelift-bforest v0.33.0 [INFO] [stderr] Downloaded cranelift-simplejit v0.33.0 [INFO] [stderr] Downloaded cranelift-codegen-meta v0.33.0 [INFO] [stderr] Downloaded cranelift-codegen v0.33.0 [INFO] [stderr] Downloaded target-lexicon v0.4.0 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d80df20af98db994658ffd5027c95672397995873d5562ce318f4d45e1dfd1c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4d80df20af98db994658ffd5027c95672397995873d5562ce318f4d45e1dfd1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d80df20af98db994658ffd5027c95672397995873d5562ce318f4d45e1dfd1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d80df20af98db994658ffd5027c95672397995873d5562ce318f4d45e1dfd1c", kill_on_drop: false }` [INFO] [stdout] 4d80df20af98db994658ffd5027c95672397995873d5562ce318f4d45e1dfd1c [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a95432de967b242ac01b9b1891ac22178807748dadf0941db9ffa4528076c222 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a95432de967b242ac01b9b1891ac22178807748dadf0941db9ffa4528076c222", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling cranelift-entity v0.33.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.33.0 [INFO] [stderr] Checking cranelift-bforest v0.33.0 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:22:54 [INFO] [stdout] | [INFO] [stdout] 22 | $fmt.line(format!($fmtstring, $($fmtargs),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_inst.rs:437:17 [INFO] [stdout] | [INFO] [stdout] 437 | fmtln!(fmt, "{},", inst.camel_name) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:22:54 [INFO] [stdout] | [INFO] [stdout] 22 | $fmt.line(format!($fmtstring, $($fmtargs),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_inst.rs:569:28 [INFO] [stdout] | [INFO] [stdout] 569 | Some(i) => fmtln!(fmt, "Some(Opcode::{}),", i.camel_name), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | $fmt.line($arg); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_inst.rs:570:25 [INFO] [stdout] | [INFO] [stdout] 570 | None => fmtln!(fmt, "None,"), [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | $fmt.line($arg); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_inst.rs:1024:5 [INFO] [stdout] | [INFO] [stdout] 1024 | fmtln!(fmt, "}") [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:22:54 [INFO] [stdout] | [INFO] [stdout] 22 | $fmt.line(format!($fmtstring, $($fmtargs),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_legalizer.rs:475:31 [INFO] [stdout] | [INFO] [stdout] 475 | Some(group_id) => fmtln!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 476 | | fmt, [INFO] [stdout] 477 | | "{}(inst, pos.func, cfg, isa)", [INFO] [stdout] 478 | | transform_groups.get(*group_id).rust_name() [INFO] [stdout] 479 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:22:54 [INFO] [stdout] | [INFO] [stdout] 22 | $fmt.line(format!($fmtstring, $($fmtargs),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_settings.rs:318:44 [INFO] [stdout] | [INFO] [stdout] 318 | Some(setting_or_preset) => fmtln!( [INFO] [stdout] | ____________________________________________- [INFO] [stdout] 319 | | fmt, [INFO] [stdout] 320 | | "{},", [INFO] [stdout] 321 | | &descriptor_index_map [INFO] [stdout] ... | [INFO] [stdout] 324 | | .to_string() [INFO] [stdout] 325 | | ), [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | $fmt.line($arg); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_settings.rs:326:25 [INFO] [stdout] | [INFO] [stdout] 326 | None => fmtln!(fmt, "0xffff,"), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/srcgen.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | $fmt.line($arg); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-meta-0.33.0/src/gen_settings.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | fmtln!(fmt, "}") [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fmtln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cranelift-codegen-meta` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a95432de967b242ac01b9b1891ac22178807748dadf0941db9ffa4528076c222", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a95432de967b242ac01b9b1891ac22178807748dadf0941db9ffa4528076c222", kill_on_drop: false }` [INFO] [stdout] a95432de967b242ac01b9b1891ac22178807748dadf0941db9ffa4528076c222