[INFO] cloning repository https://github.com/ashleygwilliams/cargo-generate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ashleygwilliams/cargo-generate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashleygwilliams%2Fcargo-generate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashleygwilliams%2Fcargo-generate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a339266e9ed1ff5b4f26d898c838215118907229 [INFO] testing ashleygwilliams/cargo-generate against master#159ba8a92c9e2fa4121f106176309521f4af87e9+rustflags=-Copt-level=3 for pr-107051 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashleygwilliams%2Fcargo-generate" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ashleygwilliams/cargo-generate on toolchain 159ba8a92c9e2fa4121f106176309521f4af87e9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ashleygwilliams/cargo-generate [INFO] finished tweaking git repo https://github.com/ashleygwilliams/cargo-generate [INFO] tweaked toml for git repo https://github.com/ashleygwilliams/cargo-generate written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ashleygwilliams/cargo-generate 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" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded git-config v0.15.1 [INFO] [stderr] Downloaded git-ref v0.23.1 [INFO] [stderr] Downloaded git-object v0.26.0 [INFO] [stderr] Downloaded git-date v0.4.1 [INFO] [stderr] Downloaded git-actor v0.17.0 [INFO] [stderr] Downloaded remove_dir_all v0.7.0 [INFO] [stderr] Downloaded liquid-core v0.26.0 [INFO] [stderr] Downloaded liquid-lib v0.26.0 [INFO] [stderr] Downloaded liquid v0.26.0 [INFO] [stderr] Downloaded liquid-derive v0.26.0 [INFO] [stderr] Downloaded kstring v2.0.0 [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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d15fd944c688c27c7b111daaef021f5d8d1274947c1a053fc27a1e2c7a54e0cd [INFO] running `Command { std: "docker" "start" "-a" "d15fd944c688c27c7b111daaef021f5d8d1274947c1a053fc27a1e2c7a54e0cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d15fd944c688c27c7b111daaef021f5d8d1274947c1a053fc27a1e2c7a54e0cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d15fd944c688c27c7b111daaef021f5d8d1274947c1a053fc27a1e2c7a54e0cd", kill_on_drop: false }` [INFO] [stdout] d15fd944c688c27c7b111daaef021f5d8d1274947c1a053fc27a1e2c7a54e0cd [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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb6c6332c2485aae6ede635970bfffbdd8eb3f49ed11a6bc9510b1289f8ef8e4 [INFO] running `Command { std: "docker" "start" "-a" "cb6c6332c2485aae6ede635970bfffbdd8eb3f49ed11a6bc9510b1289f8ef8e4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling time-macros v0.2.6 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling parking_lot_core v0.9.6 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling bstr v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling cc v1.0.78 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling openssl-src v111.24.0+1.1.1s [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling dashmap v5.4.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling btoi v0.4.2 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling git-tempfile v3.0.1 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.8.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling portable-atomic v0.3.19 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling unicode-bidi v0.3.9 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Compiling console v0.15.5 [INFO] [stderr] Compiling const-random v0.1.15 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling git-lock v3.0.1 [INFO] [stderr] Compiling memmap2 v0.5.8 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling semver v1.0.16 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling anyhow v1.0.68 [INFO] [stderr] Compiling names v0.14.0 [INFO] [stderr] Compiling clap_lex v0.3.1 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling globset v0.4.10 [INFO] [stderr] Compiling proc-quote v0.4.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling git-glob v0.5.2 [INFO] [stderr] Compiling git-sec v0.6.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling path-dedot v3.0.18 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling unicode-bom v1.1.4 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling indicatif v0.17.3 [INFO] [stderr] Compiling dialoguer v0.10.3 [INFO] [stderr] Compiling ignore v0.4.20 [INFO] [stderr] Compiling path-absolutize v3.0.14 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling sanitize-filename v0.4.0 [INFO] [stderr] Compiling remove_dir_all v0.7.0 [INFO] [stderr] Compiling home v0.5.4 [INFO] [stderr] Compiling openssl-sys v0.9.80 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.14.1+1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling liquid-derive v0.26.0 [INFO] [stderr] Compiling clap_derive v4.1.0 [INFO] [stderr] Compiling rhai_codegen v1.5.0 [INFO] [stderr] Compiling pest v2.5.3 [INFO] [stderr] Compiling pest_meta v2.5.3 [INFO] [stderr] Compiling git-hash v0.10.1 [INFO] [stderr] Compiling git-date v0.4.1 [INFO] [stderr] Compiling git-actor v0.17.0 [INFO] [stderr] Compiling git-features v0.26.1 [INFO] [stderr] Compiling git-path v0.7.0 [INFO] [stderr] Compiling git-validate v0.7.1 [INFO] [stderr] Compiling pest_generator v2.5.3 [INFO] [stderr] Compiling git-object v0.26.0 [INFO] [stderr] Compiling git-config-value v0.10.0 [INFO] [stderr] Compiling clap v4.1.1 [INFO] [stderr] Compiling rhai v1.12.0 [INFO] [stderr] Compiling git-ref v0.23.1 [INFO] [stderr] Compiling git-config v0.15.1 [INFO] [stderr] Compiling pest_derive v2.5.3 [INFO] [stderr] Compiling kstring v2.0.0 [INFO] [stderr] Compiling toml v0.5.10 [INFO] [stderr] Compiling liquid-core v0.26.0 [INFO] [stderr] Compiling liquid-lib v0.26.0 [INFO] [stderr] Compiling liquid v0.26.0 [INFO] [stderr] Compiling git2 v0.16.0 [INFO] [stderr] Compiling cargo-generate v0.17.6 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `rhai` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rhai --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rhai-1.12.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="std"' -C metadata=9d1e56e57306406c -C extra-filename=-9d1e56e57306406c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-93b8f53fcf46dfe1.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-07b3e0818f14fa6e.rmeta --extern rhai_codegen=/opt/rustwide/target/debug/deps/librhai_codegen-b41f6e5aca556232.so --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-92f44977c0ff5204.rmeta --extern smartstring=/opt/rustwide/target/debug/deps/libsmartstring-2e993e67fa4bd019.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "cb6c6332c2485aae6ede635970bfffbdd8eb3f49ed11a6bc9510b1289f8ef8e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb6c6332c2485aae6ede635970bfffbdd8eb3f49ed11a6bc9510b1289f8ef8e4", kill_on_drop: false }` [INFO] [stdout] cb6c6332c2485aae6ede635970bfffbdd8eb3f49ed11a6bc9510b1289f8ef8e4