[INFO] fetching crate tarrasque 0.10.0... [INFO] checking tarrasque-0.10.0 against master#f82664191d0e8764b7435b9d72eb0e366b8b1464 for pr-83354 [INFO] extracting crate tarrasque 0.10.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tarrasque 0.10.0 on toolchain f82664191d0e8764b7435b9d72eb0e366b8b1464 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tarrasque 0.10.0 [INFO] finished tweaking crates.io crate tarrasque 0.10.0 [INFO] tweaked toml for crates.io crate tarrasque 0.10.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "fetch" "--locked" "--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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59a9143cd2a1f5ec919cd62628caabe7c03d454109e993c7de1fdff8795317b1 [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" "59a9143cd2a1f5ec919cd62628caabe7c03d454109e993c7de1fdff8795317b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59a9143cd2a1f5ec919cd62628caabe7c03d454109e993c7de1fdff8795317b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59a9143cd2a1f5ec919cd62628caabe7c03d454109e993c7de1fdff8795317b1", kill_on_drop: false }` [INFO] [stdout] 59a9143cd2a1f5ec919cd62628caabe7c03d454109e993c7de1fdff8795317b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 469bf079c4d2144b4c9618ec6818879e3c507f49b8c664e3dc95c52dbfb98b49 [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" "469bf079c4d2144b4c9618ec6818879e3c507f49b8c664e3dc95c52dbfb98b49", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking microbench v0.3.3 [INFO] [stderr] Compiling tarrasque-macro v0.10.0 [INFO] [stderr] Checking tarrasque v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> tests/lib.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 84 | / extract! { [INFO] [stdout] 85 | | /// A list of values. [INFO] [stdout] 86 | | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] 87 | | pub struct List<'s, T, P>(parameter: P) where T: Extract<'s, P> + Span, P: Copy { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 94 | | } [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> tests/lib.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 118 | / extract! { [INFO] [stdout] 119 | | /// An array of four bytes. [INFO] [stdout] 120 | | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] 121 | | pub struct Array<'s>[4] { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 126 | | } [INFO] [stdout] 127 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0263`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tarrasque` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "469bf079c4d2144b4c9618ec6818879e3c507f49b8c664e3dc95c52dbfb98b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "469bf079c4d2144b4c9618ec6818879e3c507f49b8c664e3dc95c52dbfb98b49", kill_on_drop: false }` [INFO] [stdout] 469bf079c4d2144b4c9618ec6818879e3c507f49b8c664e3dc95c52dbfb98b49