[INFO] cloning repository https://github.com/cramt/dnd_wiki [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cramt/dnd_wiki" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcramt%2Fdnd_wiki", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcramt%2Fdnd_wiki'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] beef1bf687d8938020a2d00abeada2d9d1a7098d [INFO] checking cramt/dnd_wiki against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcramt%2Fdnd_wiki" "/workspace/builds/worker-112/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-112/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cramt/dnd_wiki on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cramt/dnd_wiki [INFO] finished tweaking git repo https://github.com/cramt/dnd_wiki [INFO] tweaked toml for git repo https://github.com/cramt/dnd_wiki written to /workspace/builds/worker-112/source/Cargo.toml [INFO] crate git repo https://github.com/cramt/dnd_wiki already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2e3cc1d0bf056bae457690d7f561581b8bde163ff7ee6668b26aaa3eb65e657 [INFO] running `Command { std: "docker" "start" "-a" "b2e3cc1d0bf056bae457690d7f561581b8bde163ff7ee6668b26aaa3eb65e657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2e3cc1d0bf056bae457690d7f561581b8bde163ff7ee6668b26aaa3eb65e657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2e3cc1d0bf056bae457690d7f561581b8bde163ff7ee6668b26aaa3eb65e657", kill_on_drop: false }` [INFO] [stdout] b2e3cc1d0bf056bae457690d7f561581b8bde163ff7ee6668b26aaa3eb65e657 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20be52f1ce375381bd40e5356134d7950d13ff8620e6dea9181d1ef5e23588f7 [INFO] running `Command { std: "docker" "start" "-a" "20be52f1ce375381bd40e5356134d7950d13ff8620e6dea9181d1ef5e23588f7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling rustfmt v0.10.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Checking fs_extra v1.2.0 [INFO] [stderr] Checking num-to-words v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling extprim v1.7.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking meval v0.2.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Compiling strings v0.1.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling const_env_impl v0.1.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling const_env v0.1.2 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling include_dir_impl v0.6.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking include_dir v0.6.1 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Checking shoulda_core v0.1.12 [INFO] [stderr] Compiling syntex_pos v0.59.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Checking serde_yaml v0.8.17 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.7.1/src/lib.rs:58:81 [INFO] [stdout] | [INFO] [stdout] 58 | #![cfg_attr(extprim_channel="unstable", feature(llvm_asm, test, specialization, const_fn))] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `extprim` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "20be52f1ce375381bd40e5356134d7950d13ff8620e6dea9181d1ef5e23588f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20be52f1ce375381bd40e5356134d7950d13ff8620e6dea9181d1ef5e23588f7", kill_on_drop: false }` [INFO] [stdout] 20be52f1ce375381bd40e5356134d7950d13ff8620e6dea9181d1ef5e23588f7