[INFO] fetching crate picodraw 0.2.0... [INFO] testing picodraw-0.2.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate picodraw 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate picodraw 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate picodraw 0.2.0 [INFO] tweaked toml for crates.io crate picodraw 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate picodraw 0.2.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate picodraw 0.2.0 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] abf329525d394dc8c9ef0d318a5d6dd9a1d13ac493fbd92a8b7c793c6d6221f8 [INFO] running `Command { std: "docker" "start" "-a" "abf329525d394dc8c9ef0d318a5d6dd9a1d13ac493fbd92a8b7c793c6d6221f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abf329525d394dc8c9ef0d318a5d6dd9a1d13ac493fbd92a8b7c793c6d6221f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abf329525d394dc8c9ef0d318a5d6dd9a1d13ac493fbd92a8b7c793c6d6221f8", kill_on_drop: false }` [INFO] [stdout] abf329525d394dc8c9ef0d318a5d6dd9a1d13ac493fbd92a8b7c793c6d6221f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b0322eed7a3f94942fbdac823ad4f0e4f8130fc3bab05e214cffc4af7d9a431 [INFO] running `Command { std: "docker" "start" "-a" "2b0322eed7a3f94942fbdac823ad4f0e4f8130fc3bab05e214cffc4af7d9a431", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling bytemuck v1.16.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crunch v0.5.3 [INFO] [stderr] Compiling rustc-hash v2.0.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] Compiling picodraw-derive v0.1.0 [INFO] [stderr] Compiling picodraw v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable `userParam` should have a snake case name [INFO] [stdout] --> src/opengl/bindings.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | userParam: *mut c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_param` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/opengl/codegen/atlas.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s [INFO] running `Command { std: "docker" "inspect" "2b0322eed7a3f94942fbdac823ad4f0e4f8130fc3bab05e214cffc4af7d9a431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b0322eed7a3f94942fbdac823ad4f0e4f8130fc3bab05e214cffc4af7d9a431", kill_on_drop: false }` [INFO] [stdout] 2b0322eed7a3f94942fbdac823ad4f0e4f8130fc3bab05e214cffc4af7d9a431 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74ebc3487cf61ef9c61693c9f2ab630487e67caee523cedfdcf911b495291252 [INFO] running `Command { std: "docker" "start" "-a" "74ebc3487cf61ef9c61693c9f2ab630487e67caee523cedfdcf911b495291252", kill_on_drop: false }` [INFO] [stdout] warning: variable `userParam` should have a snake case name [INFO] [stdout] --> src/opengl/bindings.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | userParam: *mut c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_param` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/opengl/codegen/atlas.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling picodraw v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: suffixes on a tuple index are invalid [INFO] [stdout] --> examples/example.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ invalid suffix `usize` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparsable tokens [INFO] [stdout] --> examples/example.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `baseview` [INFO] [stdout] --> examples/example.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use baseview::{ [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `baseview` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `baseview`, use `cargo add baseview` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `baseview` [INFO] [stdout] --> examples/example.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use baseview::{ [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `baseview` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `baseview`, use `cargo add baseview` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `shader` in this scope [INFO] [stdout] --> examples/example.rs:141:7 [INFO] [stdout] | [INFO] [stdout] 141 | #[shader(ignore)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `shader` in this scope [INFO] [stdout] --> examples/example.rs:144:7 [INFO] [stdout] | [INFO] [stdout] 144 | #[shader(F16_01)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefix_vars` in crate `picodraw` [INFO] [stdout] --> examples/example.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ not found in `picodraw` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefix_writer` in crate `picodraw` [INFO] [stdout] --> examples/example.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ not found in `picodraw` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefix_vars` in crate `picodraw` [INFO] [stdout] --> examples/example.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ not found in `picodraw` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefix_writer` in crate `picodraw` [INFO] [stdout] --> examples/example.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ not found in `picodraw` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u64: ShaderData` is not satisfied [INFO] [stdout] --> examples/example.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(ShaderData)] [INFO] [stdout] | ^^^^^^^^^^ the trait `ShaderData` is not implemented for `u64` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `ShaderData`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i8 [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u8 [INFO] [stdout] = note: this error originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `picodraw` (example "example") due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: variable `userParam` should have a snake case name [INFO] [stdout] --> src/opengl/bindings.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | userParam: *mut c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_param` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/opengl/codegen/atlas.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn shader(&self, index: u32) -> ShaderTextures<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "74ebc3487cf61ef9c61693c9f2ab630487e67caee523cedfdcf911b495291252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74ebc3487cf61ef9c61693c9f2ab630487e67caee523cedfdcf911b495291252", kill_on_drop: false }` [INFO] [stdout] 74ebc3487cf61ef9c61693c9f2ab630487e67caee523cedfdcf911b495291252