[INFO] fetching crate rxing-cli 0.1.16... [INFO] testing rxing-cli-0.1.16 against master#ff2c56344c764af598ad33027e9c7a48881808ef for pr-118825 [INFO] extracting crate rxing-cli 0.1.16 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate rxing-cli 0.1.16 on toolchain ff2c56344c764af598ad33027e9c7a48881808ef [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff2c56344c764af598ad33027e9c7a48881808ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rxing-cli 0.1.16 [INFO] finished tweaking crates.io crate rxing-cli 0.1.16 [INFO] tweaked toml for crates.io crate rxing-cli 0.1.16 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate rxing-cli 0.1.16 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" "+ff2c56344c764af598ad33027e9c7a48881808ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded chrono-tz-build v0.1.0 [INFO] [stderr] Downloaded rxing-one-d-proc-derive v0.5.0 [INFO] [stderr] Downloaded codepage-437 v0.1.0 [INFO] [stderr] Downloaded simd-adler32 v0.3.5 [INFO] [stderr] Downloaded multimap v0.9.0 [INFO] [stderr] Downloaded roxmltree v0.18.0 [INFO] [stderr] Downloaded png v0.17.8 [INFO] [stderr] Downloaded wide v0.7.9 [INFO] [stderr] Downloaded exr v1.6.3 [INFO] [stderr] Downloaded imageproc v0.23.0 [INFO] [stderr] Downloaded rxing v0.4.9 [INFO] [stderr] Downloaded chrono-tz v0.8.2 [INFO] [stderr] Downloaded tiff v0.8.1 [INFO] [stderr] Downloaded nalgebra v0.30.1 [INFO] [stderr] Downloaded image v0.24.6 [INFO] [stderr] Downloaded log v0.4.18 [INFO] [stderr] Downloaded xmlparser v0.13.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ff2c56344c764af598ad33027e9c7a48881808ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a904a8631deaf5541dd6456cb37bbfb9bf6c880a24e0ce1673f799bc8be29464 [INFO] running `Command { std: "docker" "start" "-a" "a904a8631deaf5541dd6456cb37bbfb9bf6c880a24e0ce1673f799bc8be29464", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a904a8631deaf5541dd6456cb37bbfb9bf6c880a24e0ce1673f799bc8be29464", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a904a8631deaf5541dd6456cb37bbfb9bf6c880a24e0ce1673f799bc8be29464", kill_on_drop: false }` [INFO] [stdout] a904a8631deaf5541dd6456cb37bbfb9bf6c880a24e0ce1673f799bc8be29464 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ff2c56344c764af598ad33027e9c7a48881808ef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6796f6820d56259920dd7397779e6a9e92ac9c202b0d1d96b40e8c534eab9149 [INFO] running `Command { std: "docker" "start" "-a" "6796f6820d56259920dd7397779e6a9e92ac9c202b0d1d96b40e8c534eab9149", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling kurbo v0.9.5 [INFO] [stderr] Compiling tiny-skia-path v0.10.0 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling phf_codegen v0.11.1 [INFO] [stderr] Compiling png v0.17.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling svgtypes v0.11.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling phf v0.11.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling rctree v0.5.0 [INFO] [stderr] Compiling regex-automata v0.3.4 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling xmlparser v0.13.5 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling wide v0.7.9 [INFO] [stderr] Compiling usvg-tree v0.35.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling roxmltree v0.18.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling data-url v0.2.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling imagesize v0.12.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling simba v0.7.3 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling csv v1.2.2 [INFO] [stderr] Compiling usvg-parser v0.35.0 [INFO] [stderr] Compiling chrono-tz-build v0.1.0 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling chrono-tz v0.8.2 [INFO] [stderr] Compiling codepage-437 v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling usvg v0.35.0 [INFO] [stderr] Compiling tiny-skia v0.10.0 [INFO] [stderr] Compiling owned_ttf_parser v0.15.2 [INFO] [stderr] Compiling tiff v0.8.1 [INFO] [stderr] Compiling rusttype v0.9.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling pin-project-internal v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling uriparse v0.6.4 [INFO] [stderr] Compiling clap_derive v4.3.0 [INFO] [stderr] Compiling resvg v0.35.0 [INFO] [stderr] Compiling clap_builder v4.3.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling multimap v0.9.0 [INFO] [stderr] Compiling svg v0.13.1 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=e594bf872c310b25 -C extra-filename=-e594bf872c310b25 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `simba` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simba-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="wide"' -C metadata=d32a4a82228f8e05 -C extra-filename=-d32a4a82228f8e05 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-2e7a9a076f710adf.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-202e63348d1b218a.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-3a2e7fa99f90a4cf.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-b2e82b9ae21617c4.so --extern wide=/opt/rustwide/target/debug/deps/libwide-3eaef642a255905d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "6796f6820d56259920dd7397779e6a9e92ac9c202b0d1d96b40e8c534eab9149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6796f6820d56259920dd7397779e6a9e92ac9c202b0d1d96b40e8c534eab9149", kill_on_drop: false }` [INFO] [stdout] 6796f6820d56259920dd7397779e6a9e92ac9c202b0d1d96b40e8c534eab9149