[INFO] cloning repository https://github.com/gintarasm/secs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gintarasm/secs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgintarasm%2Fsecs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgintarasm%2Fsecs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c221221a05c999952bda4b65b9131777417390c [INFO] checking gintarasm/secs/5c221221a05c999952bda4b65b9131777417390c against master#75530e9f72a1990ed2305e16fd51d02f47048f12 for pr-135899 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgintarasm%2Fsecs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gintarasm/secs on toolchain 75530e9f72a1990ed2305e16fd51d02f47048f12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gintarasm/secs [INFO] finished tweaking git repo https://github.com/gintarasm/secs [INFO] tweaked toml for git repo https://github.com/gintarasm/secs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gintarasm/secs 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" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c885f897bf68a657a9c60d3f935120f661892d9b38a8f6b3c818e305f7590972 [INFO] running `Command { std: "docker" "start" "-a" "c885f897bf68a657a9c60d3f935120f661892d9b38a8f6b3c818e305f7590972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c885f897bf68a657a9c60d3f935120f661892d9b38a8f6b3c818e305f7590972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c885f897bf68a657a9c60d3f935120f661892d9b38a8f6b3c818e305f7590972", kill_on_drop: false }` [INFO] [stdout] c885f897bf68a657a9c60d3f935120f661892d9b38a8f6b3c818e305f7590972 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adfc626508aad3da892bbf0f21bedea80c051b888845e8833aba62f80dc83c56 [INFO] running `Command { std: "docker" "start" "-a" "adfc626508aad3da892bbf0f21bedea80c051b888845e8833aba62f80dc83c56", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking anstream v0.6.13 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling ecs_macro v0.1.0 (/opt/rustwide/workdir/ecs_macro) [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking env_logger v0.11.3 [INFO] [stderr] Checking secs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `secs` [INFO] [stdout] --> src/events/mod.rs:121:14 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(GameEvent)] [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `secs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `secs`, use `cargo add secs` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `GameEvent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 116 + use crate::events; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `secs` [INFO] [stdout] --> src/tests/mod.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Component)] [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `secs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `secs`, use `cargo add secs` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 13 + use crate::components; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `secs` [INFO] [stdout] --> src/tests/mod.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(Component)] [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `secs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `secs`, use `cargo add secs` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 13 + use crate::components; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::components` [INFO] [stdout] --> src/tests/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::components; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `secs` (lib test) due to 3 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: methods `is_empty` and `remove_any` are never used [INFO] [stdout] --> src/events/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 14 | trait EventHandlerStorage { [INFO] [stdout] | ------------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 17 | fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 18 | fn remove_any(&mut self, type_id: &TypeId); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "adfc626508aad3da892bbf0f21bedea80c051b888845e8833aba62f80dc83c56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adfc626508aad3da892bbf0f21bedea80c051b888845e8833aba62f80dc83c56", kill_on_drop: false }` [INFO] [stdout] adfc626508aad3da892bbf0f21bedea80c051b888845e8833aba62f80dc83c56