[INFO] cloning repository https://github.com/zpoken/plonky2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zpoken/plonky2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzpoken%2Fplonky2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzpoken%2Fplonky2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2244a9d802aa74f15c32ca7f4139959c61126819
[INFO] building zpoken/plonky2 against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzpoken%2Fplonky2" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zpoken/plonky2 on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/zpoken/plonky2
[INFO] finished tweaking git repo https://github.com/zpoken/plonky2
[INFO] tweaked toml for git repo https://github.com/zpoken/plonky2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 123 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.9.3 (available: v0.11.6)
[INFO] [stderr]       Adding hashbrown v0.14.5 (available: v0.15.2)
[INFO] [stderr]       Adding itertools v0.11.0 (available: v0.14.0)
[INFO] [stderr]       Adding keccak-hash v0.8.0 (available: v0.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61019deb58b7e1fe855c17ddae3afaa0f42e7f5ee52cadd2faa4d6f5b304cf7e
[INFO] running `Command { std: "docker" "start" "-a" "61019deb58b7e1fe855c17ddae3afaa0f42e7f5ee52cadd2faa4d6f5b304cf7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61019deb58b7e1fe855c17ddae3afaa0f42e7f5ee52cadd2faa4d6f5b304cf7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61019deb58b7e1fe855c17ddae3afaa0f42e7f5ee52cadd2faa4d6f5b304cf7e", kill_on_drop: false }`
[INFO] [stdout] 61019deb58b7e1fe855c17ddae3afaa0f42e7f5ee52cadd2faa4d6f5b304cf7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e8a05b02629e139bd587579ac26d2b3ac5cf8af536d4f0e5607c9d1e62eefaa
[INFO] running `Command { std: "docker" "start" "-a" "2e8a05b02629e139bd587579ac26d2b3ac5cf8af536d4f0e5607c9d1e62eefaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling plonky2_util v0.2.0 (/opt/rustwide/workdir/util)
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling keccak-hash v0.8.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling unroll v0.1.5
[INFO] [stderr]    Compiling dyn-clonable-impl v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dyn-clonable v0.9.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling plonky2_maybe_rayon v0.2.0 (/opt/rustwide/workdir/maybe_rayon)
[INFO] [stdout] warning: unexpected `cfg` condition name: `std`
[INFO] [stdout]  --> maybe_rayon/src/lib.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(not(std), no_std)]
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[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(std)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling plonky2_field v0.2.1 (/opt/rustwide/workdir/field)
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling plonky2 v0.2.1 (/opt/rustwide/workdir/plonky2)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> plonky2/src/plonk/copy_constraint.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct CopyConstraint {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 9  |     pub pair: (Target, Target),
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CopyConstraint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling starky v0.3.0 (/opt/rustwide/workdir/starky)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s
[INFO] running `Command { std: "docker" "inspect" "2e8a05b02629e139bd587579ac26d2b3ac5cf8af536d4f0e5607c9d1e62eefaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e8a05b02629e139bd587579ac26d2b3ac5cf8af536d4f0e5607c9d1e62eefaa", kill_on_drop: false }`
[INFO] [stdout] 2e8a05b02629e139bd587579ac26d2b3ac5cf8af536d4f0e5607c9d1e62eefaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd8140bc178f2fa7ba2e178cb12fe5042bb862d21f160df53a891453c12d6c1a
[INFO] running `Command { std: "docker" "start" "-a" "dd8140bc178f2fa7ba2e178cb12fe5042bb862d21f160df53a891453c12d6c1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stdout] warning: unexpected `cfg` condition name: `std`
[INFO] [stdout]  --> maybe_rayon/src/lib.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(not(std), no_std)]
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[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(std)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.24
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling plonky2_maybe_rayon v0.2.0 (/opt/rustwide/workdir/maybe_rayon)
[INFO] [stdout] warning: unexpected `cfg` condition name: `std`
[INFO] [stdout]  --> maybe_rayon/src/lib.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(not(std), no_std)]
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[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(std)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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] [stderr]    Compiling jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling plonky2_util v0.2.0 (/opt/rustwide/workdir/util)
[INFO] [stderr]    Compiling tynm v0.1.10
[INFO] [stderr]    Compiling clap v4.5.24
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling plonky2_field v0.2.1 (/opt/rustwide/workdir/field)
[INFO] [stderr]    Compiling plonky2 v0.2.1 (/opt/rustwide/workdir/plonky2)
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> plonky2/src/plonk/copy_constraint.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct CopyConstraint {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 9  |     pub pair: (Target, Target),
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CopyConstraint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling starky v0.3.0 (/opt/rustwide/workdir/starky)
[INFO] [stderr]    Compiling jemallocator v0.5.4
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> plonky2/src/plonk/copy_constraint.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct CopyConstraint {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 9  |     pub pair: (Target, Target),
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CopyConstraint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `plonky2` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name plonky2 --edition=2021 plonky2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="gate_testing"' --cfg 'feature="parallel"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="timing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gate_testing", "parallel", "rand_chacha", "std", "timing"))' -C metadata=7739dc47c37b57ac -C extra-filename=-248b4f8adbd5181c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-bb896cee488771b9.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4d3152fdbff82249.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-531441753b1edd10.rlib --extern dyn_clonable=/opt/rustwide/target/debug/deps/libdyn_clonable-66bbee5814abc9cb.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-2f19ac52c104c7ad.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-e6cb8d2c560563b1.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-848186e5cdff33c2.rlib --extern jemallocator=/opt/rustwide/target/debug/deps/libjemallocator-27455dee890770ec.rlib --extern keccak_hash=/opt/rustwide/target/debug/deps/libkeccak_hash-cad4a9677d3f4dda.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-669e9396cafcbb01.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-e13e216b3fea9553.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-382e5a5e44eec713.rlib --extern plonky2_field=/opt/rustwide/target/debug/deps/libplonky2_field-7dac0f3fac540287.rlib --extern plonky2_maybe_rayon=/opt/rustwide/target/debug/deps/libplonky2_maybe_rayon-e69b1e0fb6133e3d.rlib --extern plonky2_util=/opt/rustwide/target/debug/deps/libplonky2_util-15760a07080731ee.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-365758aa25b72275.rlib --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-20448282a238d4f8.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-20cf64108ca0c375.rlib --extern serde_cbor=/opt/rustwide/target/debug/deps/libserde_cbor-dec7623d401db2c5.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a49a444f161d143c.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-d53a9977dc6e27e5.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-06c1e8d20972db99.rlib --extern tynm=/opt/rustwide/target/debug/deps/libtynm-9fc64e49170a92b3.rlib --extern unroll=/opt/rustwide/target/debug/deps/libunroll-d7b0f6d6f8dc2cd1.so --extern web_time=/opt/rustwide/target/debug/deps/libweb_time-c447c8b725da1947.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/jemalloc-sys-d01792689530eae7/out/build/lib` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "dd8140bc178f2fa7ba2e178cb12fe5042bb862d21f160df53a891453c12d6c1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd8140bc178f2fa7ba2e178cb12fe5042bb862d21f160df53a891453c12d6c1a", kill_on_drop: false }`
[INFO] [stdout] dd8140bc178f2fa7ba2e178cb12fe5042bb862d21f160df53a891453c12d6c1a
