[INFO] cloning repository https://github.com/prepare-cargo-credits/license_score [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prepare-cargo-credits/license_score" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Flicense_score", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Flicense_score'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5e5c42235b537ad16c490e1b8dab957c87511ac9 [INFO] testing prepare-cargo-credits/license_score against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Flicense_score" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prepare-cargo-credits/license_score on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/prepare-cargo-credits/license_score [INFO] finished tweaking git repo https://github.com/prepare-cargo-credits/license_score [INFO] tweaked toml for git repo https://github.com/prepare-cargo-credits/license_score written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/prepare-cargo-credits/license_score already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rstest v0.6.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04a16eee4ec86712351e11ee9ed7afaa391e40b70c9ee484a02e35727bc7b761 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04a16eee4ec86712351e11ee9ed7afaa391e40b70c9ee484a02e35727bc7b761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04a16eee4ec86712351e11ee9ed7afaa391e40b70c9ee484a02e35727bc7b761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04a16eee4ec86712351e11ee9ed7afaa391e40b70c9ee484a02e35727bc7b761", kill_on_drop: false }` [INFO] [stdout] 04a16eee4ec86712351e11ee9ed7afaa391e40b70c9ee484a02e35727bc7b761 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c86f1539da6c784096e5aef3caf5e6bc1b0b3cae5639d6398dca2da1b21f8801 [INFO] running `Command { std: "docker" "start" "-a" "c86f1539da6c784096e5aef3caf5e6bc1b0b3cae5639d6398dca2da1b21f8801", kill_on_drop: false }` [INFO] [stderr] Compiling license_score v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:322:3 [INFO] [stdout] | [INFO] [stdout] 322 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:316:3 [INFO] [stdout] | [INFO] [stdout] 316 | #[rstest(tex, expected, case("patents.md", true), case("PATENTS.spdxa", false))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:304:3 [INFO] [stdout] | [INFO] [stdout] 304 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:298:3 [INFO] [stdout] | [INFO] [stdout] 298 | #[rstest(tex, expected, case("ofl", true), case("ofl.md", false))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:292:3 [INFO] [stdout] | [INFO] [stdout] 292 | #[rstest(tex, expected, case("ofl.textile", true), case("ofl.spdxa", false))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:286:3 [INFO] [stdout] | [INFO] [stdout] 286 | #[rstest(tex, expected, case("OFL.md", true))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:275:3 [INFO] [stdout] | [INFO] [stdout] 275 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:264:3 [INFO] [stdout] | [INFO] [stdout] 264 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:258:3 [INFO] [stdout] | [INFO] [stdout] 258 | #[rstest(tex, expected, case("COPYING-GPL", true), case("COPYRIGHT-BSD", true))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:247:3 [INFO] [stdout] | [INFO] [stdout] 247 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:235:3 [INFO] [stdout] | [INFO] [stdout] 235 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:223:3 [INFO] [stdout] | [INFO] [stdout] 223 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:217:3 [INFO] [stdout] | [INFO] [stdout] 217 | #[rstest(tex, expected, case("COPYRIGHT.txt", true), case("copying.txt", true))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:211:3 [INFO] [stdout] | [INFO] [stdout] 211 | #[rstest(tex, expected, case("COPYING", true), case("copyRIGHT", true))] [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:199:3 [INFO] [stdout] | [INFO] [stdout] 199 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rstest` in this scope [INFO] [stdout] --> src/main.rs:180:3 [INFO] [stdout] | [INFO] [stdout] 180 | #[rstest( [INFO] [stdout] | ^^^^^^ help: an attribute macro with a similar name exists: `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `license_score` due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "c86f1539da6c784096e5aef3caf5e6bc1b0b3cae5639d6398dca2da1b21f8801", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c86f1539da6c784096e5aef3caf5e6bc1b0b3cae5639d6398dca2da1b21f8801", kill_on_drop: false }` [INFO] [stdout] c86f1539da6c784096e5aef3caf5e6bc1b0b3cae5639d6398dca2da1b21f8801