[INFO] fetching crate picodraw 0.2.0...
[INFO] testing picodraw-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate picodraw 0.2.0 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate picodraw 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8956fe51de3c5fed46822187b26b7d92b2208602bef785b531a764d4531b67a2
[INFO] running `Command { std: "docker" "start" "-a" "8956fe51de3c5fed46822187b26b7d92b2208602bef785b531a764d4531b67a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8956fe51de3c5fed46822187b26b7d92b2208602bef785b531a764d4531b67a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8956fe51de3c5fed46822187b26b7d92b2208602bef785b531a764d4531b67a2", kill_on_drop: false }`
[INFO] [stdout] 8956fe51de3c5fed46822187b26b7d92b2208602bef785b531a764d4531b67a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0645d12ff2b7286ddc2767431733b73d7e9f4ec3535409b459c4cbc3b6b6cfec
[INFO] running `Command { std: "docker" "start" "-a" "0645d12ff2b7286ddc2767431733b73d7e9f4ec3535409b459c4cbc3b6b6cfec", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytemuck v1.16.1
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling crunch v0.5.3
[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 6.29s
[INFO] running `Command { std: "docker" "inspect" "0645d12ff2b7286ddc2767431733b73d7e9f4ec3535409b459c4cbc3b6b6cfec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0645d12ff2b7286ddc2767431733b73d7e9f4ec3535409b459c4cbc3b6b6cfec", kill_on_drop: false }`
[INFO] [stdout] 0645d12ff2b7286ddc2767431733b73d7e9f4ec3535409b459c4cbc3b6b6cfec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cc7ae3eb2527cc180d7fb36f68b072b46074f25d5160d8112f71f17f1f13e55
[INFO] running `Command { std: "docker" "start" "-a" "2cc7ae3eb2527cc180d7fb36f68b072b46074f25d5160d8112f71f17f1f13e55", kill_on_drop: false }`
[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] [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" "2cc7ae3eb2527cc180d7fb36f68b072b46074f25d5160d8112f71f17f1f13e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cc7ae3eb2527cc180d7fb36f68b072b46074f25d5160d8112f71f17f1f13e55", kill_on_drop: false }`
[INFO] [stdout] 2cc7ae3eb2527cc180d7fb36f68b072b46074f25d5160d8112f71f17f1f13e55
