[INFO] fetching crate solstice-derive 0.1.0... [INFO] checking solstice-derive-0.1.0 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate solstice-derive 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate solstice-derive 0.1.0 [INFO] finished tweaking crates.io crate solstice-derive 0.1.0 [INFO] tweaked toml for crates.io crate solstice-derive 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate solstice-derive 0.1.0 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.104) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ac030036a0565a54d1b8a27fc3e6b4594d143a91ed21b9faa9ef2a6f56d25e1 [INFO] running `Command { std: "docker" "start" "-a" "9ac030036a0565a54d1b8a27fc3e6b4594d143a91ed21b9faa9ef2a6f56d25e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ac030036a0565a54d1b8a27fc3e6b4594d143a91ed21b9faa9ef2a6f56d25e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ac030036a0565a54d1b8a27fc3e6b4594d143a91ed21b9faa9ef2a6f56d25e1", kill_on_drop: false }` [INFO] [stdout] 9ac030036a0565a54d1b8a27fc3e6b4594d143a91ed21b9faa9ef2a6f56d25e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6be9a9c172549ca89ed9dfe8952553b7c438cb7b9edf7cbbc6856dbce47cda54 [INFO] running `Command { std: "docker" "start" "-a" "6be9a9c172549ca89ed9dfe8952553b7c438cb7b9edf7cbbc6856dbce47cda54", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking solstice-derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/vertex.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use solstice::vertex::{Vertex, VertexFormat}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] --> tests/vertex.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(binding.offset, memoffset::offset_of!(TestVertex, position)); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] --> tests/vertex.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(binding.offset, memoffset::offset_of!(TestVertex, alpha)); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] --> tests/vertex.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(binding.offset, memoffset::offset_of!(TestVertex, uv)); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `memoffset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/vertex.rs:22:35 [INFO] [stdout] | [INFO] [stdout] 22 | assert_eq!(binding.atype, solstice::vertex::AttributeType::F32F32F32); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/vertex.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | assert_eq!(binding.atype, solstice::vertex::AttributeType::F32); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/shader.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use solstice::shader::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/vertex.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(binding.atype, solstice::vertex::AttributeType::F32F32); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `solstice` [INFO] [stdout] --> tests/shader.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use solstice::ShaderKey; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solstice` in the list of imported crates [INFO] [stdout] --> tests/shader.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Shader)] [INFO] [stdout] | ^^^^^^ could not find `solstice` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Shader` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solstice-derive` (test "vertex") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `solstice` [INFO] [stdout] --> tests/shader.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | type Value = Box; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `solstice` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `solstice`, use `cargo add solstice` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UniformLocation` in this scope [INFO] [stdout] --> tests/shader.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | location: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 14 | struct ShaderProjection { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `UniformTrait` in this scope [INFO] [stdout] --> tests/shader.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 18 | impl UniformTrait for ShaderProjection { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UniformLocation` in this scope [INFO] [stdout] --> tests/shader.rs:22:39 [INFO] [stdout] | [INFO] [stdout] 22 | fn get_location(&self) -> Option<&UniformLocation> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl UniformTrait for ShaderProjection { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UniformLocation` in this scope [INFO] [stdout] --> tests/shader.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | location: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 27 | struct ShaderTex0 { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `UniformTrait` in this scope [INFO] [stdout] --> tests/shader.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | impl UniformTrait for ShaderTex0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UniformLocation` in this scope [INFO] [stdout] --> tests/shader.rs:35:39 [INFO] [stdout] | [INFO] [stdout] 35 | fn get_location(&self) -> Option<&UniformLocation> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | impl UniformTrait for ShaderTex0 { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solstice-derive` (test "shader") due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "6be9a9c172549ca89ed9dfe8952553b7c438cb7b9edf7cbbc6856dbce47cda54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6be9a9c172549ca89ed9dfe8952553b7c438cb7b9edf7cbbc6856dbce47cda54", kill_on_drop: false }` [INFO] [stdout] 6be9a9c172549ca89ed9dfe8952553b7c438cb7b9edf7cbbc6856dbce47cda54