[INFO] cloning repository https://github.com/Lance-Bai/tfhe-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lance-Bai/tfhe-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLance-Bai%2Ftfhe-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLance-Bai%2Ftfhe-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c473765145f25c22d31243e119d569267fa77061
[INFO] checking Lance-Bai/tfhe-example against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLance-Bai%2Ftfhe-example" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Lance-Bai/tfhe-example
[INFO] finished tweaking git repo https://github.com/Lance-Bai/tfhe-example
[INFO] tweaked toml for git repo https://github.com/Lance-Bai/tfhe-example written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lance-Bai/tfhe-example on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lance-Bai/tfhe-example 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tfhe-versionable-derive v0.3.2
[INFO] [stderr]   Downloaded tfhe-versionable v0.3.2
[INFO] [stderr]   Downloaded concrete-ntt v0.2.0
[INFO] [stderr]   Downloaded concrete-csprng v0.4.1
[INFO] [stderr]   Downloaded concrete-fft v0.5.1
[INFO] [stderr]   Downloaded tfhe v0.8.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d
[INFO] running `Command { std: "docker" "start" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling concrete-csprng v0.4.1
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tfhe v0.8.7
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking dyn-stack v0.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling tfhe-versionable-derive v0.3.2
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking pulp v0.18.22
[INFO] [stderr]     Checking tfhe-versionable v0.3.2
[INFO] [stderr]     Checking concrete-ntt v0.2.0
[INFO] [stderr]     Checking concrete-fft v0.5.1
[INFO] [stderr]     Checking tfhe-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d", kill_on_drop: false }`
[INFO] [stdout] dfa89d4ecb06ccd8b6fa52f69dd26617b0c953031315cdb7b870e928636fa86d
