[INFO] updating cached repository https://github.com/confio/wasm-bindings [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] 9b81dd040c952aff3bd799cc21fda73b19847a13 [INFO] checking confio/wasm-bindings against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconfio%2Fwasm-bindings" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/confio/wasm-bindings 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/confio/wasm-bindings [INFO] finished tweaking git repo https://github.com/confio/wasm-bindings [INFO] tweaked toml for git repo https://github.com/confio/wasm-bindings written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/confio/wasm-bindings 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] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/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] c3bd96eeaa7a84b819fb53c25d616ed1bafbb608f1dc0658a7a7f64c31b462d9 [INFO] running `"docker" "start" "-a" "c3bd96eeaa7a84b819fb53c25d616ed1bafbb608f1dc0658a7a7f64c31b462d9"` [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling cranelift-entity v0.31.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Checking wasmparser v0.34.0 [INFO] [stderr] Checking page_size v0.4.1 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking dynasmrt v0.3.1 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking cranelift-bforest v0.31.0 [INFO] [stderr] Checking rand_os v0.2.1 [INFO] [stderr] Compiling cranelift-codegen-meta v0.31.0 [INFO] [stderr] Compiling blake2b_simd v0.4.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Compiling wasmer-runtime-core v0.6.0 (https://github.com/wasmerio/wasmer?tag=0.6.0#196c916c) [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking serde-bench v0.0.7 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bstr v0.2.7 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Compiling cranelift-codegen v0.31.0 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling dynasm v0.3.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.3.2/src/arch/x64/parser.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static!{ [INFO] [stderr] 410 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 411 | | use self::RegId::*; [INFO] [stderr] 412 | | use serialize::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 758 | | }; [INFO] [stderr] 759 | | } [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.3.2/src/arch/x64/parser.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static!{ [INFO] [stderr] 410 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 411 | | use self::RegId::*; [INFO] [stderr] 412 | | use serialize::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 758 | | }; [INFO] [stderr] 759 | | } [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.3.2/src/arch/x64/parser.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static!{ [INFO] [stderr] 410 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 411 | | use self::RegId::*; [INFO] [stderr] 412 | | use serialize::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 758 | | }; [INFO] [stderr] 759 | | } [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.3.2/src/arch/x64/parser.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static!{ [INFO] [stderr] 410 | | static ref X64_REGISTERS: HashMap<&'static str, (RegId, Size)> = { [INFO] [stderr] 411 | | use self::RegId::*; [INFO] [stderr] 412 | | use serialize::Size::*; [INFO] [stderr] ... | [INFO] [stderr] 758 | | }; [INFO] [stderr] 759 | | } [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.3.2/src/arch/x64/gen_opmap.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / Ops!(OPMAP; [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | "aaa" = [ [INFO] [stderr] 4 | | b"" , [0x37 ], X, X86_ONLY; [INFO] [stderr] ... | [INFO] [stderr] 5461 | | [INFO] [stderr] 5462 | | ); [INFO] [stderr] | |__^ in this macro invocation [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.3.2/src/lib.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / lazy_static! { [INFO] [stderr] 259 | | static ref DYNASM_STORAGE: RwLock = RwLock::new(HashMap::new()); [INFO] [stderr] 260 | | } [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 6 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `dynasm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c3bd96eeaa7a84b819fb53c25d616ed1bafbb608f1dc0658a7a7f64c31b462d9"` [INFO] running `"docker" "rm" "-f" "c3bd96eeaa7a84b819fb53c25d616ed1bafbb608f1dc0658a7a7f64c31b462d9"` [INFO] [stdout] c3bd96eeaa7a84b819fb53c25d616ed1bafbb608f1dc0658a7a7f64c31b462d9