[INFO] cloning repository https://github.com/Calebtan978/SecretRandom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Calebtan978/SecretRandom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalebtan978%2FSecretRandom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalebtan978%2FSecretRandom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a943ae8bb635882fe53c6ce7e63a6308b174649d
[INFO] building Calebtan978/SecretRandom against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalebtan978%2FSecretRandom" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Calebtan978/SecretRandom on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/Calebtan978/SecretRandom
[INFO] finished tweaking git repo https://github.com/Calebtan978/SecretRandom
[INFO] tweaked toml for git repo https://github.com/Calebtan978/SecretRandom written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Calebtan978/SecretRandom 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 340a68b051169073012a5e48c6be524c60af1268304c3cfc61635a69202a32dc
[INFO] running `Command { std: "docker" "start" "-a" "340a68b051169073012a5e48c6be524c60af1268304c3cfc61635a69202a32dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "340a68b051169073012a5e48c6be524c60af1268304c3cfc61635a69202a32dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "340a68b051169073012a5e48c6be524c60af1268304c3cfc61635a69202a32dc", kill_on_drop: false }`
[INFO] [stdout] 340a68b051169073012a5e48c6be524c60af1268304c3cfc61635a69202a32dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0cff08791fea66d66d324c476b4693f3d3abc37eff30b74a53b76775ca1f64b
[INFO] running `Command { std: "docker" "start" "-a" "a0cff08791fea66d66d324c476b4693f3d3abc37eff30b74a53b76775ca1f64b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.93
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling schemars v0.7.6
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling bech32 v0.8.1
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling uint v0.9.3
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling primitive-types v0.9.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling ripemd160 v0.9.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling snafu-derive v0.6.10
[INFO] [stderr]    Compiling zeroize_derive v1.3.2
[INFO] [stderr]    Compiling remain v0.2.3
[INFO] [stderr]    Compiling schemars_derive v0.7.6
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling snafu v0.6.10
[INFO] [stderr]    Compiling x25519-dalek v1.2.0
[INFO] [stderr]    Compiling serde-json-wasm v0.2.3
[INFO] [stderr]    Compiling bincode2 v2.0.1
[INFO] [stderr]    Compiling secret-cosmwasm-std v0.10.1
[INFO] [stderr]    Compiling secret-cosmwasm-storage v0.10.0
[INFO] [stderr]    Compiling secret-toolkit-crypto v0.3.0
[INFO] [stderr]    Compiling secret-toolkit-serialization v0.3.0
[INFO] [stderr]    Compiling secret-toolkit-permit v0.3.1
[INFO] [stderr]    Compiling secret-toolkit-utils v0.3.0
[INFO] [stderr]    Compiling secret-toolkit-storage v0.3.0
[INFO] [stderr]    Compiling secret-toolkit-snip20 v0.3.0
[INFO] [stderr]    Compiling secret-toolkit v0.3.0
[INFO] [stderr]    Compiling snip721-reference-impl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.04s
[INFO] running `Command { std: "docker" "inspect" "a0cff08791fea66d66d324c476b4693f3d3abc37eff30b74a53b76775ca1f64b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0cff08791fea66d66d324c476b4693f3d3abc37eff30b74a53b76775ca1f64b", kill_on_drop: false }`
[INFO] [stdout] a0cff08791fea66d66d324c476b4693f3d3abc37eff30b74a53b76775ca1f64b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc3b5ab8b102701c26b380edc1df4e8ebcc442b47ddb7ffd5ea16b71f518b34f
[INFO] running `Command { std: "docker" "start" "-a" "cc3b5ab8b102701c26b380edc1df4e8ebcc442b47ddb7ffd5ea16b71f518b34f", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cbindgen v0.13.2
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling sgx_types v1.1.2 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.2#8f065be7)
[INFO] [stderr]    Compiling cosmwasm-std v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92)
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling parity-wasm v0.41.0
[INFO] [stderr]    Compiling cosmwasm-schema v0.9.4
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling sgx_urts v1.1.2 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.2#8f065be7)
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling enclave-ffi-types v0.1.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92)
[INFO] [stderr] error: failed to run custom build command for `enclave-ffi-types v0.1.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/enclave-ffi-types-bbdf7df33908ceaf/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: CBindgenError { source: CargoMetadata("/opt/rustwide/cargo-home/git/checkouts/secretnetwork-9a3a084259bb7a51/490fba9/cosmwasm/packages/enclave-ffi-types/Cargo.toml", Metadata(Output { status: ExitStatus(unix_wait_status(25856)), stdout: "", stderr: "    Updating crates.io index\nwarning: spurious network error (3 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nwarning: spurious network error (2 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nwarning: spurious network error (1 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nerror: failed to get `wabt` as a dependency of package `cosmwasm-sgx-vm v0.10.0 (/opt/rustwide/cargo-home/git/checkouts/secretnetwork-9a3a084259bb7a51/490fba9/cosmwasm/packages/sgx-vm)`\n\nCaused by:\n  download of wa/bt/wabt failed\n\nCaused by:\n  failed to download from `https://index.crates.io/wa/bt/wabt`\n\nCaused by:\n  [6] Could not resolve hostname (Could not resolve host: index.crates.io)\n" })) }
[INFO] running `Command { std: "docker" "inspect" "cc3b5ab8b102701c26b380edc1df4e8ebcc442b47ddb7ffd5ea16b71f518b34f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc3b5ab8b102701c26b380edc1df4e8ebcc442b47ddb7ffd5ea16b71f518b34f", kill_on_drop: false }`
[INFO] [stdout] cc3b5ab8b102701c26b380edc1df4e8ebcc442b47ddb7ffd5ea16b71f518b34f
