[INFO] cloning repository https://github.com/justinrubek/ayysee [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinrubek/ayysee" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fayysee", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fayysee'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ec04c00bc9d591c8612e690d18d0d63d173d1a1 [INFO] testing justinrubek/ayysee against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fayysee" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justinrubek/ayysee on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/justinrubek/ayysee [INFO] finished tweaking git repo https://github.com/justinrubek/ayysee [INFO] tweaked toml for git repo https://github.com/justinrubek/ayysee written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/justinrubek/ayysee already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bumpalo v3.12.2 [INFO] [stderr] Downloaded regex-syntax v0.7.1 [INFO] [stderr] Downloaded regex v1.8.1 [INFO] [stderr] Downloaded tokio v1.28.0 [INFO] [stderr] Downloaded libc v0.2.142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6e04923e3b9f20295abb27b9f75f11d7e74b944211c9f12e011179f75a8dde5 [INFO] running `Command { std: "docker" "start" "-a" "d6e04923e3b9f20295abb27b9f75f11d7e74b944211c9f12e011179f75a8dde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6e04923e3b9f20295abb27b9f75f11d7e74b944211c9f12e011179f75a8dde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6e04923e3b9f20295abb27b9f75f11d7e74b944211c9f12e011179f75a8dde5", kill_on_drop: false }` [INFO] [stdout] d6e04923e3b9f20295abb27b9f75f11d7e74b944211c9f12e011179f75a8dde5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b396844ebdc1f8baf26ecfdfa420615cf76be65c16eed08efcecac64b5e24bb [INFO] running `Command { std: "docker" "start" "-a" "0b396844ebdc1f8baf26ecfdfa420615cf76be65c16eed08efcecac64b5e24bb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling linux-raw-sys v0.3.7 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling regex-syntax v0.7.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling ena v0.14.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.84 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling bumpalo v3.12.2 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling tokio v1.28.0 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.84 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling regex v1.8.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.84 [INFO] [stderr] Compiling lalrpop-util v0.19.12 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.84 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling lalrpop v0.19.12 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling clap_builder v4.2.7 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.84 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling clap_derive v4.2.0 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling stationeers-mips v0.2.1 (/opt/rustwide/workdir/crates/mips) [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling clap v4.2.7 [INFO] [stderr] Compiling ayysee-parser v0.2.1 (/opt/rustwide/workdir/crates/parser) [INFO] [stderr] Compiling ayysee-compiler v0.2.1 (/opt/rustwide/workdir/crates/compiler) [INFO] [stderr] Compiling cli v0.2.1 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling ayysee-wasm v0.2.1 (/opt/rustwide/workdir/crates/wasm) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.17s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.84 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "0b396844ebdc1f8baf26ecfdfa420615cf76be65c16eed08efcecac64b5e24bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b396844ebdc1f8baf26ecfdfa420615cf76be65c16eed08efcecac64b5e24bb", kill_on_drop: false }` [INFO] [stdout] 0b396844ebdc1f8baf26ecfdfa420615cf76be65c16eed08efcecac64b5e24bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76a7a0266efd48d147320adf665cbd2909a057ae1f034892fb3139a7dfd9f79c [INFO] running `Command { std: "docker" "start" "-a" "76a7a0266efd48d147320adf665cbd2909a057ae1f034892fb3139a7dfd9f79c", kill_on_drop: false }` [INFO] [stderr] Compiling stationeers-mips v0.2.1 (/opt/rustwide/workdir/crates/mips) [INFO] [stderr] Compiling ayysee-parser v0.2.1 (/opt/rustwide/workdir/crates/parser) [INFO] [stderr] Compiling ayysee-compiler v0.2.1 (/opt/rustwide/workdir/crates/compiler) [INFO] [stderr] Compiling cli v0.2.1 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling ayysee-wasm v0.2.1 (/opt/rustwide/workdir/crates/wasm) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.45s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.84 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "76a7a0266efd48d147320adf665cbd2909a057ae1f034892fb3139a7dfd9f79c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a7a0266efd48d147320adf665cbd2909a057ae1f034892fb3139a7dfd9f79c", kill_on_drop: false }` [INFO] [stdout] 76a7a0266efd48d147320adf665cbd2909a057ae1f034892fb3139a7dfd9f79c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e121999c55d7ed61e37b9904168546e4ec31cc7486783b3819f44c1d2f6b4a6e [INFO] running `Command { std: "docker" "start" "-a" "e121999c55d7ed61e37b9904168546e4ec31cc7486783b3819f44c1d2f6b4a6e", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.84 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ayysee_compiler-99829bfbe45e9629) [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ayysee_parser-02eb29a69c782c3e) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ayysee_wasm-ddcc135113da40d3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli-09d3af2d5ed5251e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stationeers_mips-2d168225ef49e022) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test instructions::io::tests::serde_device_io_bdns ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests ayysee_compiler [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test crates/compiler/src/util.rs - util::stack_push (line 48) ... FAILED [INFO] [stderr] error: doctest failed, to rerun pass `-p ayysee-compiler --doc` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- crates/compiler/src/util.rs - util::stack_push (line 48) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `codegen` in this scope [INFO] [stdout] --> crates/compiler/src/util.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 3 | codegen.add_instruction(StackInstruction::Push { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Number` [INFO] [stdout] --> crates/compiler/src/util.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 4 | a: Number::Int(0).into(), [INFO] [stdout] | ^^^^^^ use of undeclared type `Number` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + use stationeers_mips::types::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackInstruction` [INFO] [stdout] --> crates/compiler/src/util.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 3 | codegen.add_instruction(StackInstruction::Push { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `StackInstruction` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] crates/compiler/src/util.rs - util::stack_push (line 48) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e121999c55d7ed61e37b9904168546e4ec31cc7486783b3819f44c1d2f6b4a6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e121999c55d7ed61e37b9904168546e4ec31cc7486783b3819f44c1d2f6b4a6e", kill_on_drop: false }` [INFO] [stdout] e121999c55d7ed61e37b9904168546e4ec31cc7486783b3819f44c1d2f6b4a6e