[INFO] cloning repository https://github.com/jimblandy/wscript [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimblandy/wscript" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c87bdefe99f5296de697881c919dda7ea6b907a5 [INFO] testing jimblandy/wscript against try#5a3d3b91048a0adf280e7a4e589c1dda6443f172 for pr-115235 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jimblandy/wscript on toolchain 5a3d3b91048a0adf280e7a4e589c1dda6443f172 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jimblandy/wscript [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/jimblandy/wscript [INFO] tweaked toml for git repo https://github.com/jimblandy/wscript written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jimblandy/wscript 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" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03680c16ca313ea1c922d28767c77cce512a2892977932cce6beee2abaaa2490 [INFO] running `Command { std: "docker" "start" "-a" "03680c16ca313ea1c922d28767c77cce512a2892977932cce6beee2abaaa2490", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03680c16ca313ea1c922d28767c77cce512a2892977932cce6beee2abaaa2490", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03680c16ca313ea1c922d28767c77cce512a2892977932cce6beee2abaaa2490", kill_on_drop: false }` [INFO] [stdout] 03680c16ca313ea1c922d28767c77cce512a2892977932cce6beee2abaaa2490 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e76ada3bc9a88842f44833679c361d6c9f96d22736b41b6ead8db955be956aac [INFO] running `Command { std: "docker" "start" "-a" "e76ada3bc9a88842f44833679c361d6c9f96d22736b41b6ead8db955be956aac", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ash v0.37.0+1.3.209 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling wgpu-core v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wgpu-types v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling glow v0.11.2 (https://github.com/grovesNL/glow/?rev=c8a011fcd57a5c68cc917ed394baa484bdefc909#c8a011fc) [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling argh_shared v0.1.8 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling anyhow v1.0.64 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling pollster v0.2.5 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling ariadne v0.1.5 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling argh_derive v0.1.8 [INFO] [stderr] Compiling argh v0.1.8 [INFO] [stderr] Compiling naga v0.10.0 (https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64) [INFO] [stderr] Compiling wgpu-hal v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wgpu v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wscript v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.67s [INFO] running `Command { std: "docker" "inspect" "e76ada3bc9a88842f44833679c361d6c9f96d22736b41b6ead8db955be956aac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e76ada3bc9a88842f44833679c361d6c9f96d22736b41b6ead8db955be956aac", kill_on_drop: false }` [INFO] [stdout] e76ada3bc9a88842f44833679c361d6c9f96d22736b41b6ead8db955be956aac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6f992ee5eb8d63666b2994c51ecf15e9cab81333d48e933aec1c2efb4a33a38 [INFO] running `Command { std: "docker" "start" "-a" "a6f992ee5eb8d63666b2994c51ecf15e9cab81333d48e933aec1c2efb4a33a38", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling similar v2.2.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling argh_derive v0.1.8 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling argh v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling naga v0.10.0 (https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64) [INFO] [stderr] Compiling clap v3.2.20 [INFO] [stderr] Compiling libtest-mimic v0.5.2 [INFO] [stderr] Compiling datatest-stable v0.1.3 [INFO] [stderr] Compiling wgpu-hal v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wgpu-core v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wgpu v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f) [INFO] [stderr] Compiling wscript v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 25.00s [INFO] running `Command { std: "docker" "inspect" "a6f992ee5eb8d63666b2994c51ecf15e9cab81333d48e933aec1c2efb4a33a38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6f992ee5eb8d63666b2994c51ecf15e9cab81333d48e933aec1c2efb4a33a38", kill_on_drop: false }` [INFO] [stdout] a6f992ee5eb8d63666b2994c51ecf15e9cab81333d48e933aec1c2efb4a33a38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9905030d4ee0f21cb27f21d06db71e727bf1f0b459e45d07b34b93d776b21f44 [INFO] running `Command { std: "docker" "start" "-a" "9905030d4ee0f21cb27f21d06db71e727bf1f0b459e45d07b34b93d776b21f44", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wscript-f501a1b39bebb5b1) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test lex::tests::indentation ... ok [INFO] [stdout] test parse::tests::parse_init ... ok [INFO] [stdout] test parse::tests::expr_primary ... ok [INFO] [stdout] test lex::tests::numbers ... ok [INFO] [stdout] test parse::tests::parse_workgroup_count ... ok [INFO] [stdout] test lex::tests::code_block ... ok [INFO] [stdout] test lex::tests::basic ... ok [INFO] [stdout] test parse::tests::vector_types ... ok [INFO] [stdout] test parse::tests::scalar_types ... ok [INFO] [stdout] test parse::tests::parse_module ... ok [INFO] [stdout] test parse::tests::expr_binary ... ok [INFO] [stdout] test parse::tests::parse_dispatch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 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/wscript-91504ec5f2743f83) [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 tests/errors.rs (/opt/rustwide/target/debug/deps/errors-96235a169d3056e8) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test ariadne::dispatch-count-number.ws ... ok [INFO] [stdout] test ariadne::init-missing-buffer-name.ws ... ok [INFO] [stdout] test ariadne::dispatch-count-open-missing.ws ... ok [INFO] [stdout] test ariadne::dispatch-count-unexpected.ws ... ok [INFO] [stdout] test ariadne::init-missing-equal.ws ... ok [INFO] [stdout] test ariadne::dispatch-count-long.ws ... ok [INFO] [stdout] test ariadne::dispatch-entry-name-missing.ws ... ok [INFO] [stdout] test ariadne::init-module-unset.ws ... ok [INFO] [stdout] test ariadne::init-type-int-vs-array.ws ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/run.rs (/opt/rustwide/target/debug/deps/run-74cd1adb98b24f1e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] JIMB: Vacant [INFO] [stderr] JIMB: Vacant [INFO] [stderr] JIMB: Vacant [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stdout] test run::write-array-f32.ws ... ok [INFO] [stdout] test run::check-one-f32.ws ... ok [INFO] [stdout] test run::write-one-f32.ws ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Doc-tests wscript [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/ast.rs - ast::StatementKind::Check (line 61) ... ignored [INFO] [stdout] test src/ast.rs - ast::StatementKind::Dispatch (line 48) ... ignored [INFO] [stdout] test src/ast.rs - ast::StatementKind::Init (line 35) ... ignored [INFO] [stdout] test src/ast.rs - ast::StatementKind::Module (line 25) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9905030d4ee0f21cb27f21d06db71e727bf1f0b459e45d07b34b93d776b21f44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9905030d4ee0f21cb27f21d06db71e727bf1f0b459e45d07b34b93d776b21f44", kill_on_drop: false }` [INFO] [stdout] 9905030d4ee0f21cb27f21d06db71e727bf1f0b459e45d07b34b93d776b21f44