[INFO] cloning repository https://github.com/david-wallace-croft/sycamore-prototype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/david-wallace-croft/sycamore-prototype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavid-wallace-croft%2Fsycamore-prototype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavid-wallace-croft%2Fsycamore-prototype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a3a4800694517dd6178dd903d7ab06ca165e8f7 [INFO] testing david-wallace-croft/sycamore-prototype/1a3a4800694517dd6178dd903d7ab06ca165e8f7 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavid-wallace-croft%2Fsycamore-prototype" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/david-wallace-croft/sycamore-prototype [INFO] finished tweaking git repo https://github.com/david-wallace-croft/sycamore-prototype [INFO] tweaked toml for git repo https://github.com/david-wallace-croft/sycamore-prototype written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/david-wallace-croft/sycamore-prototype on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/david-wallace-croft/sycamore-prototype 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sycamore-macro v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore-router v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore-web v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore-router-macro v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore-core v0.8.0-beta.7 [INFO] [stderr] Downloaded sycamore-reactive v0.8.0-beta.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b71e7486da42c004b1c64e22827dcda96c821b85d44d62a87dbfcb02a0ca91d [INFO] running `Command { std: "docker" "start" "-a" "6b71e7486da42c004b1c64e22827dcda96c821b85d44d62a87dbfcb02a0ca91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b71e7486da42c004b1c64e22827dcda96c821b85d44d62a87dbfcb02a0ca91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b71e7486da42c004b1c64e22827dcda96c821b85d44d62a87dbfcb02a0ca91d", kill_on_drop: false }` [INFO] [stdout] 6b71e7486da42c004b1c64e22827dcda96c821b85d44d62a87dbfcb02a0ca91d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2035ac7d952edd719c905c713e20b4afd7184c2e2702d8de2d3780f1c8fc1a10 [INFO] running `Command { std: "docker" "start" "-a" "2035ac7d952edd719c905c713e20b4afd7184c2e2702d8de2d3780f1c8fc1a10", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 [INFO] [stderr] Compiling bumpalo v3.10.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 [INFO] [stderr] Compiling libc v0.2.131 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling paste v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling html-escape v0.2.11 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42 [INFO] [stdout] | [INFO] [stdout] 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2035ac7d952edd719c905c713e20b4afd7184c2e2702d8de2d3780f1c8fc1a10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2035ac7d952edd719c905c713e20b4afd7184c2e2702d8de2d3780f1c8fc1a10", kill_on_drop: false }` [INFO] [stdout] 2035ac7d952edd719c905c713e20b4afd7184c2e2702d8de2d3780f1c8fc1a10