[INFO] fetching crate riscv-process-rs 0.1.1... [INFO] checking riscv-process-rs-0.1.1 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate riscv-process-rs 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate riscv-process-rs 0.1.1 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] removed /workspace/builds/worker-11/source/.cargo/config [INFO] started tweaking crates.io crate riscv-process-rs 0.1.1 [INFO] finished tweaking crates.io crate riscv-process-rs 0.1.1 [INFO] tweaked toml for crates.io crate riscv-process-rs 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate riscv-process-rs 0.1.1 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 3c63a48fb3ef0ab6a37eccc17ca11f5ba0d0431751cdccc51207be5047cbad08 [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" "3c63a48fb3ef0ab6a37eccc17ca11f5ba0d0431751cdccc51207be5047cbad08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c63a48fb3ef0ab6a37eccc17ca11f5ba0d0431751cdccc51207be5047cbad08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c63a48fb3ef0ab6a37eccc17ca11f5ba0d0431751cdccc51207be5047cbad08", kill_on_drop: false }` [INFO] [stdout] 3c63a48fb3ef0ab6a37eccc17ca11f5ba0d0431751cdccc51207be5047cbad08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] d8a11590b16dd78af6d0703592f14fef392405c77e1adadaf6d3f63ce99a905f [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" "d8a11590b16dd78af6d0703592f14fef392405c77e1adadaf6d3f63ce99a905f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling pyo3 v0.13.2 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | _ => bail!("Invalid interpreter: {}", s), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | _ => bail!("{} must be a bool (1/true/True or 0/false/False", key), [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | None => bail!( [INFO] [stdout] | _____________________- [INFO] [stdout] 119 | | "Must provide {} environment variable when cross-compiling", [INFO] [stdout] 120 | | var [INFO] [stdout] 121 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 125 | bail!("{} value of {:?} does not exist", var, path) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 383 | / bail!( [INFO] [stdout] 384 | | "Detected multiple possible python versions, please set the PYO3_PYTHON_VERSION \ [INFO] [stdout] 385 | | variable to the wanted version on your system\nsysconfigdata paths = {:?}", [INFO] [stdout] 386 | | sysconfig_paths [INFO] [stdout] 387 | | ) [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | _ => bail!( [INFO] [stdout] | __________________- [INFO] [stdout] 515 | | "Expected major.minor version (e.g. 3.9) for PYO3_CROSS_VERSION, got `{}`", [INFO] [stdout] 516 | | version [INFO] [stdout] 517 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:22:46 [INFO] [stdout] | [INFO] [stdout] 22 | ...$msg: expr) => { return Err($msg.into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 522 | ... bail!("One of PYO3_CROSS_INCLUDE_DIR, PYO3_CROSS_PYTHON_VERSION, or an abi3-py3* feature must be specified when cross-compiling for Windows.") [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:22:46 [INFO] [stdout] | [INFO] [stdout] 22 | ($msg: expr) => { return Err($msg.into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 594 | Ok(ok) if !ok.status.success() => bail!("Python script failed"), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:22:46 [INFO] [stdout] | [INFO] [stdout] 22 | ($msg: expr) => { return Err($msg.into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 723 | _ => bail!("Unrecognised link model combination") [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 784 | Some(minor) if minor > interpreter_config.version.minor => bail!( [INFO] [stdout] | ________________________________________________________________________- [INFO] [stdout] 785 | | "You cannot set a mininimum Python version 3.{} higher than the interpreter version 3.{}", [INFO] [stdout] 786 | | minor, [INFO] [stdout] 787 | | interpreter_config.version.minor [INFO] [stdout] 788 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 808 | x => bail!("unexpected Rust target pointer width: {}", x), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (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/pyo3-0.13.2/build.rs:23:87 [INFO] [stdout] | [INFO] [stdout] 23 | ($fmt: literal $(, $args: expr)+) => { return Err(format!($fmt $(,$args)+).into()); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 824 | Some(n) => bail!("unexpected Python calcsize_pointer value: {}", n), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking pest v2.1.3 [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pyo3` [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" "d8a11590b16dd78af6d0703592f14fef392405c77e1adadaf6d3f63ce99a905f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8a11590b16dd78af6d0703592f14fef392405c77e1adadaf6d3f63ce99a905f", kill_on_drop: false }` [INFO] [stdout] d8a11590b16dd78af6d0703592f14fef392405c77e1adadaf6d3f63ce99a905f