[INFO] cloning repository https://github.com/Art-Arm/Aleo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Art-Arm/Aleo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArt-Arm%2FAleo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArt-Arm%2FAleo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 804ee2a387f19b87d22719e232276a9c4c0fc017
[INFO] checking Art-Arm/Aleo against try#f27166d4c64dc29edc5ea3214357f191edf8b635 for pr-148329
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArt-Arm%2FAleo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Art-Arm/Aleo
[INFO] finished tweaking git repo https://github.com/Art-Arm/Aleo
[INFO] tweaked toml for git repo https://github.com/Art-Arm/Aleo written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Art-Arm/Aleo on toolchain f27166d4c64dc29edc5ea3214357f191edf8b635
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Art-Arm/Aleo 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" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0919db604872f1baf0804575c45d457c1d94569067d472343a6c767196fcf67
[INFO] running `Command { std: "docker" "start" "-a" "c0919db604872f1baf0804575c45d457c1d94569067d472343a6c767196fcf67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0919db604872f1baf0804575c45d457c1d94569067d472343a6c767196fcf67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0919db604872f1baf0804575c45d457c1d94569067d472343a6c767196fcf67", kill_on_drop: false }`
[INFO] [stdout] c0919db604872f1baf0804575c45d457c1d94569067d472343a6c767196fcf67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb270ca9525caa5796ba8471c4e134ff8388ea07f761ca5776fd42c872396455
[INFO] running `Command { std: "docker" "start" "-a" "cb270ca9525caa5796ba8471c4e134ff8388ea07f761ca5776fd42c872396455", kill_on_drop: false }`
[INFO] [stderr] warning: invalid feature `phase1` in required-features of target `io`: `phase1` is not present in [features] section
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling anyhow v1.0.48
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking blake2s_simd v0.5.11
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]     Checking futures-sink v0.3.18
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking snarkvm-profiler v0.7.5 (https://github.com/AleoHQ/snarkVM.git?rev=fc997c#fc997c3e)
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking futures-io v0.3.18
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling snarkvm-curves v0.7.5 (https://github.com/AleoHQ/snarkVM.git?rev=fc997c#fc997c3e)
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr]    Compiling bumpalo v3.8.0
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling tinystr v0.3.4
[INFO] [stderr]     Checking tracing-log v0.1.2
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.78
[INFO] [stderr]     Checking bech32 v0.8.1
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stderr]     Checking sha2 v0.9.8
[INFO] [stderr]     Checking blake2 v0.9.2
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling curl v0.4.41
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling curl-sys v0.4.51+curl-7.80.0
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking fs-err v2.6.0
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]    Compiling snarkvm-curves v0.7.5 (https://github.com/AleoHQ/snarkVM.git?branch=setup_wasm#137b57a3)
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling self_cell v0.10.1
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking rayon-core v1.9.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking time v0.1.43
[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]     Checking regex v1.5.4
[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" "cb270ca9525caa5796ba8471c4e134ff8388ea07f761ca5776fd42c872396455", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb270ca9525caa5796ba8471c4e134ff8388ea07f761ca5776fd42c872396455", kill_on_drop: false }`
[INFO] [stdout] cb270ca9525caa5796ba8471c4e134ff8388ea07f761ca5776fd42c872396455
