[INFO] updating cached repository https://github.com/Matt8898/rust-befunge-jit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6bb53df0d2e80d609df6d888883277f7a3493d39 [INFO] checking Matt8898/rust-befunge-jit against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatt8898%2Frust-befunge-jit" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Matt8898/rust-befunge-jit on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Matt8898/rust-befunge-jit [INFO] removed path dependency dynasm from git repo https://github.com/Matt8898/rust-befunge-jit [INFO] removed path dependency dynasmrt from git repo https://github.com/Matt8898/rust-befunge-jit [INFO] finished tweaking git repo https://github.com/Matt8898/rust-befunge-jit [INFO] tweaked toml for git repo https://github.com/Matt8898/rust-befunge-jit written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Matt8898/rust-befunge-jit already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dynasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (dynasmrt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dynasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (dynasmrt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dynasmrt v0.5.1 [INFO] [stderr] Downloaded dynasm v0.5.1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f490d94e46e068603cee6b864d829f15591a373526ab0355791c678b60e5846e [INFO] running `"docker" "start" "-a" "f490d94e46e068603cee6b864d829f15591a373526ab0355791c678b60e5846e"` [INFO] [stderr] warning: dependency (dynasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (dynasmrt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking dynasmrt v0.5.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling dynasm v0.5.1 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/x64/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | / lazy_static!{ [INFO] [stderr] 333 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 334 | | use self::RegId::*; [INFO] [stderr] 335 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 685 | | }; [INFO] [stderr] 686 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/x64/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | / lazy_static!{ [INFO] [stderr] 333 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 334 | | use self::RegId::*; [INFO] [stderr] 335 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 685 | | }; [INFO] [stderr] 686 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/x64/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | / lazy_static!{ [INFO] [stderr] 333 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 334 | | use self::RegId::*; [INFO] [stderr] 335 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 685 | | }; [INFO] [stderr] 686 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/x64/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | / lazy_static!{ [INFO] [stderr] 333 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 334 | | use self::RegId::*; [INFO] [stderr] 335 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 685 | | }; [INFO] [stderr] 686 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/x64/x64data.rs:246:1 [INFO] [stderr] | [INFO] [stderr] 246 | / lazy_static! { [INFO] [stderr] 247 | | static ref OPMAP: HashMap<&'static str, &'static [Opdata]> = { [INFO] [stderr] 248 | | const X: u8 = 0xFF; [INFO] [stderr] 249 | | static MAP: &[(&str, &[Opdata])] = &include!("gen_opmap.rs"); [INFO] [stderr] 250 | | MAP.iter().cloned().collect() [INFO] [stderr] 251 | | }; [INFO] [stderr] 252 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/aarch64/parser.rs:403:1 [INFO] [stderr] | [INFO] [stderr] 403 | / lazy_static!{ [INFO] [stderr] 404 | | static ref AARCH64_REGISTERS: HashMap<&'static str, (RegId, Option)> = { [INFO] [stderr] 405 | | use self::RegId::*; [INFO] [stderr] 406 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 696 | | }; [INFO] [stderr] 697 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/aarch64/parser.rs:403:1 [INFO] [stderr] | [INFO] [stderr] 403 | / lazy_static!{ [INFO] [stderr] 404 | | static ref AARCH64_REGISTERS: HashMap<&'static str, (RegId, Option)> = { [INFO] [stderr] 405 | | use self::RegId::*; [INFO] [stderr] 406 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 696 | | }; [INFO] [stderr] 697 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/aarch64/aarch64data.rs:243:1 [INFO] [stderr] | [INFO] [stderr] 243 | / lazy_static! { [INFO] [stderr] 244 | | static ref OPMAP: HashMap<&'static str, &'static [Opdata]> = { [INFO] [stderr] 245 | | use super::ast::Modifier::*; [INFO] [stderr] 246 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 461 | | }; [INFO] [stderr] 462 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/aarch64/aarch64data.rs:243:1 [INFO] [stderr] | [INFO] [stderr] 243 | / lazy_static! { [INFO] [stderr] 244 | | static ref OPMAP: HashMap<&'static str, &'static [Opdata]> = { [INFO] [stderr] 245 | | use super::ast::Modifier::*; [INFO] [stderr] 246 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 461 | | }; [INFO] [stderr] 462 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/arch/aarch64/aarch64data.rs:243:1 [INFO] [stderr] | [INFO] [stderr] 243 | / lazy_static! { [INFO] [stderr] 244 | | static ref OPMAP: HashMap<&'static str, &'static [Opdata]> = { [INFO] [stderr] 245 | | use super::ast::Modifier::*; [INFO] [stderr] 246 | | use crate::common::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 461 | | }; [INFO] [stderr] 462 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.1/src/lib.rs:270:1 [INFO] [stderr] | [INFO] [stderr] 270 | / lazy_static! { [INFO] [stderr] 271 | | static ref DYNASM_STORAGE: RwLock = RwLock::new(HashMap::new()); [INFO] [stderr] 272 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `dynasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f490d94e46e068603cee6b864d829f15591a373526ab0355791c678b60e5846e"` [INFO] running `"docker" "rm" "-f" "f490d94e46e068603cee6b864d829f15591a373526ab0355791c678b60e5846e"` [INFO] [stdout] f490d94e46e068603cee6b864d829f15591a373526ab0355791c678b60e5846e