[INFO] fetching crate picodraw 0.2.0... [INFO] testing picodraw-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate picodraw 0.2.0 into /workspace/builds/worker-5-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate picodraw 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded picodraw-derive v0.1.0 [INFO] [stderr] Downloaded crunch v0.5.3 [INFO] [stderr] Downloaded image v0.25.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e02b85f0416d0b26cc23461c1de267183c4602a94380692f064142b59ec2ee6 [INFO] running `Command { std: "docker" "start" "-a" "0e02b85f0416d0b26cc23461c1de267183c4602a94380692f064142b59ec2ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e02b85f0416d0b26cc23461c1de267183c4602a94380692f064142b59ec2ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e02b85f0416d0b26cc23461c1de267183c4602a94380692f064142b59ec2ee6", kill_on_drop: false }` [INFO] [stdout] 0e02b85f0416d0b26cc23461c1de267183c4602a94380692f064142b59ec2ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bc0e19c754d8498319c1fffe4e166f33811ba4f5ac33568c2eb4eb126f4a1789 [INFO] running `Command { std: "docker" "start" "-a" "bc0e19c754d8498319c1fffe4e166f33811ba4f5ac33568c2eb4eb126f4a1789", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.16.1 [INFO] [stderr] Compiling crunch v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.19 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 8.67s [INFO] running `Command { std: "docker" "inspect" "bc0e19c754d8498319c1fffe4e166f33811ba4f5ac33568c2eb4eb126f4a1789", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc0e19c754d8498319c1fffe4e166f33811ba4f5ac33568c2eb4eb126f4a1789", kill_on_drop: false }` [INFO] [stdout] bc0e19c754d8498319c1fffe4e166f33811ba4f5ac33568c2eb4eb126f4a1789 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a6b8baa47dc4c0616e06b08bffae963bbc63501eed5e46a69766a5225cb2cdb8 [INFO] running `Command { std: "docker" "start" "-a" "a6b8baa47dc4c0616e06b08bffae963bbc63501eed5e46a69766a5225cb2cdb8", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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] warning: 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] = help: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stdout] = help: on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access [INFO] [stdout] = help: see issue #60210 for more information [INFO] [stdout] = note: this warning originates in the derive macro `ShaderData` (in Nightly builds, run with -Z macro-backtrace for more info) [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 9 previous errors; 1 warning emitted [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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" "a6b8baa47dc4c0616e06b08bffae963bbc63501eed5e46a69766a5225cb2cdb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6b8baa47dc4c0616e06b08bffae963bbc63501eed5e46a69766a5225cb2cdb8", kill_on_drop: false }` [INFO] [stdout] a6b8baa47dc4c0616e06b08bffae963bbc63501eed5e46a69766a5225cb2cdb8