[INFO] cloning repository https://github.com/PoiScript/docx-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PoiScript/docx-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoiScript%2Fdocx-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoiScript%2Fdocx-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 81b257cf21b9021b70e3b7d05d6f2dad9879158c [INFO] testing PoiScript/docx-rs against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoiScript%2Fdocx-rs" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PoiScript/docx-rs on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PoiScript/docx-rs [INFO] finished tweaking git repo https://github.com/PoiScript/docx-rs [INFO] tweaked toml for git repo https://github.com/PoiScript/docx-rs written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strong-xml v0.5.0 [INFO] [stderr] Downloaded jetscii v0.4.4 [INFO] [stderr] Downloaded strong-xml-derive v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 822f97647909e824bf9a4f3d5c3631edd7bafafe69c4e99bcfa1221dd6e49319 [INFO] running `Command { std: "docker" "start" "-a" "822f97647909e824bf9a4f3d5c3631edd7bafafe69c4e99bcfa1221dd6e49319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "822f97647909e824bf9a4f3d5c3631edd7bafafe69c4e99bcfa1221dd6e49319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "822f97647909e824bf9a4f3d5c3631edd7bafafe69c4e99bcfa1221dd6e49319", kill_on_drop: false }` [INFO] [stdout] 822f97647909e824bf9a4f3d5c3631edd7bafafe69c4e99bcfa1221dd6e49319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d419323385e5c9ef7550e433d1d31ebdf683578299f10356b1f054e7be76a0f [INFO] running `Command { std: "docker" "start" "-a" "0d419323385e5c9ef7550e433d1d31ebdf683578299f10356b1f054e7be76a0f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling jetscii v0.4.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/jetscii-0.4.4/src/simd.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | T::CONTROL_BYTE, [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot perform const operation using `T` [INFO] [stdout] | [INFO] [stdout] = note: type parameters may not be used in const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/jetscii-0.4.4/src/simd.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | T::CONTROL_BYTE, [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot perform const operation using `T` [INFO] [stdout] | [INFO] [stdout] = note: type parameters may not be used in const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jetscii` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0d419323385e5c9ef7550e433d1d31ebdf683578299f10356b1f054e7be76a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d419323385e5c9ef7550e433d1d31ebdf683578299f10356b1f054e7be76a0f", kill_on_drop: false }` [INFO] [stdout] 0d419323385e5c9ef7550e433d1d31ebdf683578299f10356b1f054e7be76a0f