[INFO] fetching crate cff 0.5.0... [INFO] testing cff-0.5.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate cff 0.5.0 into /workspace/builds/worker-71/source [INFO] validating manifest of crates.io crate cff 0.5.0 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 crates.io crate cff 0.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cff 0.5.0 [INFO] tweaked toml for crates.io crate cff 0.5.0 written to /workspace/builds/worker-71/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tarrasque-macro v0.10.0 [INFO] [stderr] Downloaded microbench v0.3.3 [INFO] [stderr] Downloaded tarrasque v0.10.0 [INFO] [stderr] Downloaded sfnt v0.12.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf641fe524f2c9d72d08c9344dcc70a9294ef7654f0d2d666468df97746ee3e7 [INFO] running `Command { std: "docker" "start" "-a" "bf641fe524f2c9d72d08c9344dcc70a9294ef7654f0d2d666468df97746ee3e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf641fe524f2c9d72d08c9344dcc70a9294ef7654f0d2d666468df97746ee3e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf641fe524f2c9d72d08c9344dcc70a9294ef7654f0d2d666468df97746ee3e7", kill_on_drop: false }` [INFO] [stdout] bf641fe524f2c9d72d08c9344dcc70a9294ef7654f0d2d666468df97746ee3e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 437c0c0cf6f1becf3377a03f30469f61326fd11d7b1284c65c95392ff1311b53 [INFO] running `Command { std: "docker" "start" "-a" "437c0c0cf6f1becf3377a03f30469f61326fd11d7b1284c65c95392ff1311b53", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling tarrasque-macro v0.10.0 [INFO] [stderr] Compiling tarrasque v0.10.0 [INFO] [stderr] Compiling cff v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/dict/mod.rs:206:22 [INFO] [stdout] | [INFO] [stdout] 203 | / extract! { [INFO] [stdout] 204 | | /// A `DICT` entry. [INFO] [stdout] 205 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 206 | | pub struct Entry<'s> { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [INFO] [stdout] 212 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/mod.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 56 | / extract! { [INFO] [stdout] 57 | | /// A `Format 0` mapping from glyphs to groups of glyphs. [INFO] [stdout] 58 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 59 | | pub struct Format0<'s>(num_glyphs: usize) { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/mod.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 85 | / extract! { [INFO] [stdout] 86 | | /// A `Format 3` mapping from glyphs to groups of glyphs. [INFO] [stdout] 87 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 88 | | pub struct Format3<'s> { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 95 | | } [INFO] [stdout] 96 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/index/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 36 | / extract! { [INFO] [stdout] 37 | | /// A list of offsets in an `INDEX`. [INFO] [stdout] 38 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 39 | | struct Offsets<'s>(count: usize, size: usize) { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/charset.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 21 | / extract! { [INFO] [stdout] 22 | | /// A `Format 0` glyph charset. [INFO] [stdout] 23 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 24 | | pub struct Format0<'s>(num_glyphs: usize) { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/charset.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 74 | / extract! { [INFO] [stdout] 75 | | /// A `Format 1` glyph charset. [INFO] [stdout] 76 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 77 | | pub struct Format1<'s>(num_glyphs: usize) { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/charset.rs:140:24 [INFO] [stdout] | [INFO] [stdout] 137 | / extract! { [INFO] [stdout] 138 | | /// A `Format 2` glyph charset. [INFO] [stdout] 139 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 140 | | pub struct Format2<'s>(num_glyphs: usize) { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 143 | | } [INFO] [stdout] 144 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/encodings.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 65 | / extract! { [INFO] [stdout] 66 | | /// A `Format 0` list of glyph encodings. [INFO] [stdout] 67 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 68 | | pub struct Format0<'s> { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0263]: lifetime name `'s` declared twice in the same scope [INFO] [stdout] --> src/glyphs/encodings.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 96 | / extract! { [INFO] [stdout] 97 | | /// A `Format 1` list of glyph encodings. [INFO] [stdout] 98 | | #[derive(Copy, Clone, Debug, PartialEq, Eq)] [INFO] [stdout] 99 | | pub struct Format1<'s> { [INFO] [stdout] | | ^^ declared twice [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- previous declaration here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 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 `cff` due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "437c0c0cf6f1becf3377a03f30469f61326fd11d7b1284c65c95392ff1311b53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "437c0c0cf6f1becf3377a03f30469f61326fd11d7b1284c65c95392ff1311b53", kill_on_drop: false }` [INFO] [stdout] 437c0c0cf6f1becf3377a03f30469f61326fd11d7b1284c65c95392ff1311b53