[INFO] cloning repository https://github.com/madig/fonticulus-workspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madig/fonticulus-workspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadig%2Ffonticulus-workspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadig%2Ffonticulus-workspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 74c2e5393fb4598e92c7e14ef439a7d8cba4fbb2
[INFO] checking madig/fonticulus-workspace against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadig%2Ffonticulus-workspace" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/madig/fonticulus-workspace on toolchain 1f5783cbeb5da8b38566d718631d016891e9c912
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/madig/fonticulus-workspace
[INFO] finished tweaking git repo https://github.com/madig/fonticulus-workspace
[INFO] tweaked toml for git repo https://github.com/madig/fonticulus-workspace written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/madig/fonticulus-workspace 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" "+1f5783cbeb5da8b38566d718631d016891e9c912" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded num-complex v0.4.1
[INFO] [stderr]   Downloaded filetime v0.2.16
[INFO] [stderr]   Downloaded ureq v2.4.0
[INFO] [stderr]   Downloaded serde_repr v0.1.8
[INFO] [stderr]   Downloaded snafu v0.6.10
[INFO] [stderr]   Downloaded snafu-derive v0.6.10
[INFO] [stderr]   Downloaded norad v0.6.0
[INFO] [stderr]   Downloaded fixed v1.15.0
[INFO] [stderr]   Downloaded kurbo v0.8.3
[INFO] [stderr]   Downloaded ndarray v0.15.4
[INFO] [stderr]   Downloaded pretty_assertions v0.7.2
[INFO] [stderr]   Downloaded plist v1.3.1
[INFO] [stderr]   Downloaded counter v0.5.4
[INFO] [stderr]   Downloaded clang-sys v1.3.1
[INFO] [stderr]   Downloaded unzip-n v0.1.2
[INFO] [stderr]   Downloaded shrinkwraprs v0.3.0
[INFO] [stderr]   Downloaded permutation v0.2.5
[INFO] [stderr]   Downloaded skia-bindings v0.49.1
[INFO] [stderr]   Downloaded skia-safe v0.49.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3636eee2684a5fce0d35d655265481f63fbf61fcf9171791870a8cfde3ac105
[INFO] running `Command { std: "docker" "start" "-a" "d3636eee2684a5fce0d35d655265481f63fbf61fcf9171791870a8cfde3ac105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3636eee2684a5fce0d35d655265481f63fbf61fcf9171791870a8cfde3ac105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3636eee2684a5fce0d35d655265481f63fbf61fcf9171791870a8cfde3ac105", kill_on_drop: false }`
[INFO] [stdout] d3636eee2684a5fce0d35d655265481f63fbf61fcf9171791870a8cfde3ac105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d678eaa2e05fb07308bee008022b540080a3f29d6a910c3c4ffb50a1b64f0df5
[INFO] running `Command { std: "docker" "start" "-a" "d678eaa2e05fb07308bee008022b540080a3f29d6a910c3c4ffb50a1b64f0df5", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking encoding_index_tests v0.1.4
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling az v1.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling fixed v1.15.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking bytemuck v1.9.1
[INFO] [stderr]     Checking fixedbitset v0.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking kurbo v0.8.3
[INFO] [stderr]     Checking num-complex v0.4.1
[INFO] [stderr]     Checking encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]     Checking petgraph v0.5.1
[INFO] [stderr]     Checking encoding-index-korean v1.20141219.5
[INFO] [stderr]     Checking encoding-index-japanese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking counter v0.5.4
[INFO] [stderr]     Checking encoding v0.2.33
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]     Checking permutation v0.2.5
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]     Checking num_threads v0.1.5
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling clang-sys v1.3.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking regex v1.5.5
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling rustls v0.20.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling flate2 v1.0.23
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking xml-rs v0.8.4
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking quick-xml v0.22.0
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking plotters-backend v0.3.2
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking indicatif v0.16.2
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking plotters-svg v0.3.1
[INFO] [stderr]     Checking simple_logger v1.16.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]     Checking plotters v0.3.1
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking pretty_assertions v0.7.2
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]     Checking criterion-plot v0.4.4
[INFO] [stderr]     Checking ndarray v0.15.4
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling otspec_macros v0.1.0 (/opt/rustwide/workdir/otspec_macros)
[INFO] [stderr]    Compiling shrinkwraprs v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling snafu-derive v0.6.10
[INFO] [stderr]    Compiling serde_repr v0.1.8
[INFO] [stderr]    Compiling unzip-n v0.1.2
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(nightly, feature(proc_macro_diagnostic))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/tables.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(nightly)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(nightly)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ident`, `style`, and `original` are never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Variant<'a> {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 33 |     pub ident: syn::Ident,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 34 |     pub attrs: attr::Variant,
[INFO] [stdout] 35 |     pub style: Style,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 36 |     pub fields: Vec<Field<'a>>,
[INFO] [stdout] 37 |     pub original: &'a syn::Variant,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `member` and `ty` are never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Field<'a> {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 42 |     pub member: syn::Member,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub attrs: attr::Field,
[INFO] [stdout] 44 |     pub ty: &'a syn::Type,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]     Checking snafu v0.6.10
[INFO] [stderr]     Checking openstep-plist v0.1.0 (/opt/rustwide/workdir/openstep-plist)
[INFO] [stderr]    Compiling webpki-roots v0.22.3
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(nightly, feature(proc_macro_diagnostic))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/tables.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(nightly)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(nightly)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(nightly, feature(proc_macro_diagnostic))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> otspec_macros/src/tables.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(nightly)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg(nightly)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]   --> otspec_macros/src/tables.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(not(nightly))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `__TestExhaustive` found for enum `syn::Type` in the current scope
[INFO] [stdout]    --> otspec_macros/src/internals/receiver.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |             Type::__TestExhaustive(_) => unimplemented!(),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^ variant or associated item not found in `syn::Type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `__TestExhaustive` found for enum `syn::Type` in the current scope
[INFO] [stdout]    --> otspec_macros/src/bound.rs:136:28
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 syn::Type::__TestExhaustive(_) => unimplemented!(),
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^ variant or associated item not found in `syn::Type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ident`, `style`, and `original` are never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Variant<'a> {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 33 |     pub ident: syn::Ident,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 34 |     pub attrs: attr::Variant,
[INFO] [stdout] 35 |     pub style: Style,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 36 |     pub fields: Vec<Field<'a>>,
[INFO] [stdout] 37 |     pub original: &'a syn::Variant,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `member` and `ty` are never read
[INFO] [stdout]   --> otspec_macros/src/internals/ast.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Field<'a> {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 42 |     pub member: syn::Member,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub attrs: attr::Field,
[INFO] [stdout] 44 |     pub ty: &'a syn::Type,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `otspec_macros` (lib test) due to 2 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d678eaa2e05fb07308bee008022b540080a3f29d6a910c3c4ffb50a1b64f0df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d678eaa2e05fb07308bee008022b540080a3f29d6a910c3c4ffb50a1b64f0df5", kill_on_drop: false }`
[INFO] [stdout] d678eaa2e05fb07308bee008022b540080a3f29d6a910c3c4ffb50a1b64f0df5
