[INFO] fetching crate pulldown-latex 0.7.1... [INFO] building pulldown-latex-0.7.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate pulldown-latex 0.7.1 into /workspace/builds/worker-5-tc2/source [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate pulldown-latex 0.7.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pulldown-latex 0.7.1 [INFO] tweaked toml for crates.io crate pulldown-latex 0.7.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pulldown-latex 0.7.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pulldown-latex 0.7.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5de1928a1591f57e1f77d9e883fa4cd4085ed6da72dcf0bdd8d94b91db00070 [INFO] running `Command { std: "docker" "start" "-a" "c5de1928a1591f57e1f77d9e883fa4cd4085ed6da72dcf0bdd8d94b91db00070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5de1928a1591f57e1f77d9e883fa4cd4085ed6da72dcf0bdd8d94b91db00070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5de1928a1591f57e1f77d9e883fa4cd4085ed6da72dcf0bdd8d94b91db00070", kill_on_drop: false }` [INFO] [stdout] c5de1928a1591f57e1f77d9e883fa4cd4085ed6da72dcf0bdd8d94b91db00070 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50a6e50dbb861a8a854cfc75475c7f3acfc6017297c698e1b600af6872b2fbfd [INFO] running `Command { std: "docker" "start" "-a" "50a6e50dbb861a8a854cfc75475c7f3acfc6017297c698e1b600af6872b2fbfd", kill_on_drop: false }` [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling pulldown-latex v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/macros.rs:236:23 [INFO] [stdout] | [INFO] [stdout] 236 | replacement_text: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 237 | parameter_count: u8, [INFO] [stdout] 238 | ) -> InnerResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 238 | ) -> InnerResult>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "50a6e50dbb861a8a854cfc75475c7f3acfc6017297c698e1b600af6872b2fbfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50a6e50dbb861a8a854cfc75475c7f3acfc6017297c698e1b600af6872b2fbfd", kill_on_drop: false }` [INFO] [stdout] 50a6e50dbb861a8a854cfc75475c7f3acfc6017297c698e1b600af6872b2fbfd [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 895590b1c638e8818cd3cea3d5b0b2cb82ea46b4f3a18dfa809cc22ecfee575b [INFO] running `Command { std: "docker" "start" "-a" "895590b1c638e8818cd3cea3d5b0b2cb82ea46b4f3a18dfa809cc22ecfee575b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling vcpkg v0.2.8 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling io-lifetimes v1.0.1 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling rustix v0.37.0 [INFO] [stderr] Compiling itoa v1.0.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling arc-swap v0.4.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.0 [INFO] [stderr] Compiling openssl v0.10.60 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.21 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling foreign-types v0.3.1 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling tinyvec v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling anstyle-parse v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling bitflags v2.2.1 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling try-lock v0.2.0 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling time-macros v0.2.0 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling concolor-query v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling futures-channel v0.3.0 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.96 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling time v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.0 [INFO] [stderr] Compiling clap_lex v0.4.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling socket2 v0.5.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] error: could not compile `openssl-sys` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name openssl_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.96/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=33a1a94f39298030 -C extra-filename=-51af7716a15392af --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-a50277dc020401fc.rmeta --cap-lints allow --cap-lints=forbid -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name rustix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.0/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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=3192cba2bce2c5cd -C extra-filename=-c4093c9fdfea5675 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0629d6d36c0d1ed3.rmeta --extern io_lifetimes=/opt/rustwide/target/debug/deps/libio_lifetimes-abf9a9834d1b9602.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a50277dc020401fc.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-4eb0931e0e0ffd62.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_attrs --cfg linux_raw --cfg core_intrinsics --cfg asm --cfg linux_like` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "895590b1c638e8818cd3cea3d5b0b2cb82ea46b4f3a18dfa809cc22ecfee575b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "895590b1c638e8818cd3cea3d5b0b2cb82ea46b4f3a18dfa809cc22ecfee575b", kill_on_drop: false }` [INFO] [stdout] 895590b1c638e8818cd3cea3d5b0b2cb82ea46b4f3a18dfa809cc22ecfee575b