[INFO] fetching crate cart-tmp-nga 0.1.0... [INFO] testing cart-tmp-nga-0.1.0 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate cart-tmp-nga 0.1.0 into /workspace/builds/worker-108/source [INFO] validating manifest of crates.io crate cart-tmp-nga 0.1.0 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cart-tmp-nga 0.1.0 [INFO] finished tweaking crates.io crate cart-tmp-nga 0.1.0 [INFO] tweaked toml for crates.io crate cart-tmp-nga 0.1.0 written to /workspace/builds/worker-108/source/Cargo.toml [INFO] crate crates.io crate cart-tmp-nga 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cd7a54582a03c4c91d025d04503b483ca205df920763c7d5c06b25f79cedd5e [INFO] running `Command { std: "docker" "start" "-a" "9cd7a54582a03c4c91d025d04503b483ca205df920763c7d5c06b25f79cedd5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cd7a54582a03c4c91d025d04503b483ca205df920763c7d5c06b25f79cedd5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cd7a54582a03c4c91d025d04503b483ca205df920763c7d5c06b25f79cedd5e", kill_on_drop: false }` [INFO] [stdout] 9cd7a54582a03c4c91d025d04503b483ca205df920763c7d5c06b25f79cedd5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74ce263fa30006237b22bc0efd0e6de442ba51c2fde9eec81619033de07f73f6 [INFO] running `Command { std: "docker" "start" "-a" "74ce263fa30006237b22bc0efd0e6de442ba51c2fde9eec81619033de07f73f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling spirv_headers v1.4.2 [INFO] [stderr] Compiling cart-tmp-nga v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/front/spv.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | buffer: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variable_ids` [INFO] [stdout] --> src/front/spv.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | variable_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.72s [INFO] running `Command { std: "docker" "inspect" "74ce263fa30006237b22bc0efd0e6de442ba51c2fde9eec81619033de07f73f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74ce263fa30006237b22bc0efd0e6de442ba51c2fde9eec81619033de07f73f6", kill_on_drop: false }` [INFO] [stdout] 74ce263fa30006237b22bc0efd0e6de442ba51c2fde9eec81619033de07f73f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c962b4a10a2026de23ddce7bdcb4cad2592ff82aa42bf3f4b1f6bd24fcfea5e [INFO] running `Command { std: "docker" "start" "-a" "3c962b4a10a2026de23ddce7bdcb4cad2592ff82aa42bf3f4b1f6bd24fcfea5e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/front/spv.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | buffer: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variable_ids` [INFO] [stdout] --> src/front/spv.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | variable_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling cart-tmp-nga v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> tests/convert.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use naga::back::msl; [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> tests/convert.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | use naga::back::msl; [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> tests/convert.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | fn load_wgsl(name: &str) -> naga::Module { [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> examples/convert.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | use naga::back::msl; [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> examples/convert.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | use naga::back::spv; [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> examples/convert.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | metal_bindings: naga::FastHashMap, [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> examples/convert.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | naga::front::spv::parse_u8_slice(&input).unwrap() [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> examples/convert.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | naga::front::wgsl::parse_str(&input).unwrap() [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `naga` [INFO] [stdout] --> tests/convert.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | naga::front::wgsl::parse_str(&input).unwrap() [INFO] [stdout] | ^^^^ use of undeclared crate or module `naga` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> examples/convert.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | msl::BindSource { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> examples/convert.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> examples/convert.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | let options = msl::Options { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | msl::BindSource { set: 0, binding: 0 }, [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | msl::BindSource { set: 0, binding: 1 }, [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let options = msl::Options { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> examples/convert.rs:106:19 [INFO] [stdout] | [INFO] [stdout] 106 | let msl = msl::write_string(&module, options).unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spv` [INFO] [stdout] --> examples/convert.rs:111:45 [INFO] [stdout] | [INFO] [stdout] 111 | let debug_flag = args.get(3).map_or(spv::WriterFlags::DEBUG, |arg| { [INFO] [stdout] | ^^^ use of undeclared crate or module `spv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spv` [INFO] [stdout] --> examples/convert.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | spv::WriterFlags::DEBUG [INFO] [stdout] | ^^^ use of undeclared crate or module `spv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | msl::write_string(&module, options).unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spv` [INFO] [stdout] --> examples/convert.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | spv::WriterFlags::NONE [INFO] [stdout] | ^^^ use of undeclared crate or module `spv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | msl::BindSource { set: 0, binding: 0 }, [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> examples/convert.rs:88:36 [INFO] [stdout] | [INFO] [stdout] 88 | let mut binding_map = msl::BindingMap::default(); [INFO] [stdout] | ^^^^^^^^^^ not found in `msl` [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cart_tmp_nga::back::msl::BindingMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spv` [INFO] [stdout] --> examples/convert.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | let spv = spv::Writer::new(&module.header, debug_flag).write(&module); [INFO] [stdout] | ^^^^^^ not found in `spv` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use cart_tmp_nga::back::msl::Writer; [INFO] [stdout] | [INFO] [stdout] 1 | use cart_tmp_nga::back::spv::Writer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | msl::BindSource { set: 0, binding: 1 }, [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | msl::BindSource { set: 0, binding: 2 }, [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | msl::BindTarget { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | let options = msl::Options { [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | msl::write_string(&module, options).unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `msl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let mut binding_map = msl::BindingMap::default(); [INFO] [stdout] | ^^^^^^^^^^ not found in `msl` [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cart_tmp_nga::back::msl::BindingMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msl` [INFO] [stdout] --> tests/convert.rs:43:36 [INFO] [stdout] | [INFO] [stdout] 43 | let mut binding_map = msl::BindingMap::default(); [INFO] [stdout] | ^^^^^^^^^^ not found in `msl` [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cart_tmp_nga::back::msl::BindingMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cart-tmp-nga` due to 21 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> examples/convert.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Default, Serialize, Deserialize)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 19 | struct Parameters { [INFO] [stdout] 20 | metal_bindings: naga::FastHashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/front/spv.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | buffer: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variable_ids` [INFO] [stdout] --> src/front/spv.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | variable_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3c962b4a10a2026de23ddce7bdcb4cad2592ff82aa42bf3f4b1f6bd24fcfea5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c962b4a10a2026de23ddce7bdcb4cad2592ff82aa42bf3f4b1f6bd24fcfea5e", kill_on_drop: false }` [INFO] [stdout] 3c962b4a10a2026de23ddce7bdcb4cad2592ff82aa42bf3f4b1f6bd24fcfea5e