[INFO] cloning repository https://github.com/FelixZY/rust-sra-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FelixZY/rust-sra-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixZY%2Frust-sra-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixZY%2Frust-sra-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 30ee91650ce891f4d99a7b735d3fd058d10fb169 [INFO] checking FelixZY/rust-sra-template against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixZY%2Frust-sra-template" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/FelixZY/rust-sra-template [INFO] finished tweaking git repo https://github.com/FelixZY/rust-sra-template [INFO] tweaked toml for git repo https://github.com/FelixZY/rust-sra-template written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/FelixZY/rust-sra-template on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/FelixZY/rust-sra-template 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27 [INFO] running `Command { std: "docker" "start" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking app-specification-models v0.1.0 (/opt/rustwide/workdir/specification/models) [INFO] [stderr] Checking app-specification-events v0.1.0 (/opt/rustwide/workdir/specification/events) [INFO] [stderr] Checking app-specification-capabilities v0.1.0 (/opt/rustwide/workdir/specification/capabilities) [INFO] [stderr] Checking app-realization-persistence v0.1.0 (/opt/rustwide/workdir/realization/persistence) [INFO] [stderr] Checking app-realization-handlers v0.1.0 (/opt/rustwide/workdir/realization/handlers) [INFO] [stderr] Checking app-realization-presentation v0.1.0 (/opt/rustwide/workdir/realization/presentation) [INFO] [stderr] Checking app-assembly v0.1.0 (/opt/rustwide/workdir/assembly) [INFO] [stderr] warning: unused dependency `app-realization-handlers` [INFO] [stderr] --> assembly/Cargo.toml:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | app-realization-handlers = { path = "../realization/handlers" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-realization-handlers` [INFO] [stderr] warning: unused dependency `app-realization-handlers` [INFO] [stderr] --> assembly/Cargo.toml:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | app-realization-handlers = { path = "../realization/handlers", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-realization-handlers` [INFO] [stderr] warning: unused dependency `app-realization-persistence` [INFO] [stderr] --> assembly/Cargo.toml:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | app-realization-persistence = { path = "../realization/persistence" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-realization-persistence` [INFO] [stderr] warning: unused dependency `app-realization-persistence` [INFO] [stderr] --> assembly/Cargo.toml:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | app-realization-persistence = { path = "../realization/persistence", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-realization-persistence` [INFO] [stderr] warning: unused dependency `app-realization-presentation` [INFO] [stderr] --> assembly/Cargo.toml:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | app-realization-presentation = { path = "../realization/presentation", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-realization-presentation` [INFO] [stderr] warning: unused dependency `app-realization-presentation` [INFO] [stderr] --> assembly/Cargo.toml:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | app-realization-presentation = { path = "../realization/presentation" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-realization-presentation` [INFO] [stderr] warning: `app-assembly` (manifest) generated 6 warnings [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/handlers/Cargo.toml:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | app-specification-capabilities = { path = "../../specification/capabilities" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/handlers/Cargo.toml:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | app-specification-capabilities = { path = "../../specification/capabilities", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: `app-realization-handlers` (manifest) generated 2 warnings [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/persistence/Cargo.toml:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | app-specification-capabilities = { path = "../../specification/capabilities" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/persistence/Cargo.toml:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | app-specification-capabilities = { path = "../../specification/capabilities", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: `app-realization-persistence` (manifest) generated 2 warnings [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/presentation/Cargo.toml:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | app-specification-capabilities = { path = "../../specification/capabilities" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: unused dependency `app-specification-capabilities` [INFO] [stderr] --> realization/presentation/Cargo.toml:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | app-specification-capabilities = { path = "../../specification/capabilities", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-specification-capabilities` [INFO] [stderr] warning: `app-realization-presentation` (manifest) generated 2 warnings [INFO] [stderr] warning: unused dependency `app-specification-events` [INFO] [stderr] --> specification/capabilities/Cargo.toml:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | app-specification-events = { path = "../events" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-specification-events` [INFO] [stderr] warning: unused dependency `app-specification-events` [INFO] [stderr] --> specification/capabilities/Cargo.toml:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | app-specification-events = { path = "../events", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-specification-events` [INFO] [stderr] warning: `app-specification-capabilities` (manifest) generated 2 warnings [INFO] [stderr] warning: unused dependency `app-specification-models` [INFO] [stderr] --> specification/events/Cargo.toml:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | app-specification-models = { path = "../models" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `app-specification-models` [INFO] [stderr] warning: unused dependency `app-specification-models` [INFO] [stderr] --> specification/events/Cargo.toml:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | app-specification-models = { path = "../models", features = ["test-harness"] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider removing the dependency on `app-specification-models` [INFO] [stderr] warning: `app-specification-events` (manifest) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27", kill_on_drop: false }` [INFO] [stdout] 95de486ecfadfb337c023291365711817f1ef20a47dd03cf4af02fc5addc5d27