[INFO] cloning repository https://github.com/samuelselleck/pax_layout_demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samuelselleck/pax_layout_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelselleck%2Fpax_layout_demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelselleck%2Fpax_layout_demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 21b06e90f125570b36ade38c08c87b1ecf285792 [INFO] testing samuelselleck/pax_layout_demo against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelselleck%2Fpax_layout_demo" "/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/samuelselleck/pax_layout_demo on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/samuelselleck/pax_layout_demo [INFO] finished tweaking git repo https://github.com/samuelselleck/pax_layout_demo [INFO] tweaked toml for git repo https://github.com/samuelselleck/pax_layout_demo written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/samuelselleck/pax_layout_demo 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.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: file `/workspace/builds/worker-0-tc1/source/src/lib.rs` found to be present in multiple build targets: [INFO] [stderr] * `lib` target `pax_playground` [INFO] [stderr] * `bin` target `parser` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sailfish-macros v0.6.1 [INFO] [stderr] Downloaded sailfish-compiler v0.6.1 [INFO] [stderr] Downloaded sailfish v0.6.1 [INFO] [stderr] Downloaded litrs v0.4.0 [INFO] [stderr] Downloaded deunicode v0.4.5 [INFO] [stderr] Downloaded pax-std v0.9.9 [INFO] [stderr] Downloaded pax-message v0.9.9 [INFO] [stderr] Downloaded pax-lang v0.9.9 [INFO] [stderr] Downloaded pax-macro v0.9.9 [INFO] [stderr] Downloaded pax-runtime-api v0.9.9 [INFO] [stderr] Downloaded pax-compiler v0.9.9 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13386c8d33d0865f8d5d1a76001e679c1ccd34e298212a7c7afedac7578cc41b [INFO] running `Command { std: "docker" "start" "-a" "13386c8d33d0865f8d5d1a76001e679c1ccd34e298212a7c7afedac7578cc41b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13386c8d33d0865f8d5d1a76001e679c1ccd34e298212a7c7afedac7578cc41b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13386c8d33d0865f8d5d1a76001e679c1ccd34e298212a7c7afedac7578cc41b", kill_on_drop: false }` [INFO] [stdout] 13386c8d33d0865f8d5d1a76001e679c1ccd34e298212a7c7afedac7578cc41b [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62556b489bea8dd8dec67487211bde1639b188559fcefeee50380f073838450c [INFO] running `Command { std: "docker" "start" "-a" "62556b489bea8dd8dec67487211bde1639b188559fcefeee50380f073838450c", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/src/lib.rs` found to be present in multiple build targets: [INFO] [stderr] * `lib` target `pax_playground` [INFO] [stderr] * `bin` target `parser` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.87 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling hashbrown v0.14.1 [INFO] [stderr] Compiling thiserror v1.0.49 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling winnow v0.5.17 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling bumpalo v3.14.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling sailfish-compiler v0.6.1 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.87 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling itoap v1.0.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unic-ucd-bidi v0.9.0 [INFO] [stderr] Compiling mut_static v5.0.0 [INFO] [stderr] Compiling sailfish v0.6.1 [INFO] [stderr] Compiling kurbo v0.9.5 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling unic-bidi v0.9.0 [INFO] [stderr] Compiling filetime v0.2.22 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling litrs v0.4.0 [INFO] [stderr] Compiling piet v0.6.2 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.87 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling thiserror-impl v1.0.49 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.87 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.87 [INFO] [stderr] Compiling pest v2.7.4 [INFO] [stderr] Compiling pest_meta v2.7.4 [INFO] [stderr] Compiling pest_generator v2.7.4 [INFO] [stderr] Compiling pest_derive v2.7.4 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling pax-message v0.9.9 [INFO] [stderr] Compiling pax-runtime-api v0.9.9 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling sailfish-macros v0.6.1 [INFO] [stderr] Compiling pax-macro v0.9.9 [INFO] [stderr] Compiling pax-lang v0.9.9 [INFO] [stderr] Compiling pax-std v0.9.9 [INFO] [stderr] Compiling pax-playground v0.9.9 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.90s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87 [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" "62556b489bea8dd8dec67487211bde1639b188559fcefeee50380f073838450c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62556b489bea8dd8dec67487211bde1639b188559fcefeee50380f073838450c", kill_on_drop: false }` [INFO] [stdout] 62556b489bea8dd8dec67487211bde1639b188559fcefeee50380f073838450c [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6db6bca0f77f6b6eb988733e0633e0ee09cb0c4c63f3deff91d7ef328360da2b [INFO] running `Command { std: "docker" "start" "-a" "6db6bca0f77f6b6eb988733e0633e0ee09cb0c4c63f3deff91d7ef328360da2b", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/src/lib.rs` found to be present in multiple build targets: [INFO] [stderr] * `lib` target `pax_playground` [INFO] [stderr] * `bin` target `parser` [INFO] [stderr] Compiling pax-playground v0.9.9 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87 [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" "6db6bca0f77f6b6eb988733e0633e0ee09cb0c4c63f3deff91d7ef328360da2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db6bca0f77f6b6eb988733e0633e0ee09cb0c4c63f3deff91d7ef328360da2b", kill_on_drop: false }` [INFO] [stdout] 6db6bca0f77f6b6eb988733e0633e0ee09cb0c4c63f3deff91d7ef328360da2b [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ffa1194888ceaa9aef343539bf1f22eae27c3b0af49a5e4509902a5fc4e99ceb [INFO] running `Command { std: "docker" "start" "-a" "ffa1194888ceaa9aef343539bf1f22eae27c3b0af49a5e4509902a5fc4e99ceb", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/src/lib.rs` found to be present in multiple build targets: [INFO] [stderr] * `lib` target `pax_playground` [INFO] [stderr] * `bin` target `parser` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87 [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/pax_playground-285d9f8b13fc329d) [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] Doc-tests pax_playground [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] running `Command { std: "docker" "inspect" "ffa1194888ceaa9aef343539bf1f22eae27c3b0af49a5e4509902a5fc4e99ceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffa1194888ceaa9aef343539bf1f22eae27c3b0af49a5e4509902a5fc4e99ceb", kill_on_drop: false }` [INFO] [stdout] ffa1194888ceaa9aef343539bf1f22eae27c3b0af49a5e4509902a5fc4e99ceb