[INFO] fetching crate capsule 0.1.5...
[INFO] checking capsule-0.1.5 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate capsule 0.1.5 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate capsule 0.1.5 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate capsule 0.1.5
[INFO] finished tweaking crates.io crate capsule 0.1.5
[INFO] tweaked toml for crates.io crate capsule 0.1.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 206 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.5.20)
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.5.1)
[INFO] [stderr]       Adding tokio v0.2.0-alpha.6 (available: v0.2.25)
[INFO] [stderr]       Adding tokio-macros v0.2.0-alpha.6 (available: v0.2.6)
[INFO] [stderr]       Adding toml v0.5.11 (available: v0.8.19)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c538563a5d2e8919432cd58295632e9c39388a34d64ed60d10975bd90b6c935a
[INFO] running `Command { std: "docker" "start" "-a" "c538563a5d2e8919432cd58295632e9c39388a34d64ed60d10975bd90b6c935a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c538563a5d2e8919432cd58295632e9c39388a34d64ed60d10975bd90b6c935a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c538563a5d2e8919432cd58295632e9c39388a34d64ed60d10975bd90b6c935a", kill_on_drop: false }`
[INFO] [stdout] c538563a5d2e8919432cd58295632e9c39388a34d64ed60d10975bd90b6c935a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b92947b8ff0aeb5687c17deda7e2528188abe38a30804b79366f50da43f6f47
[INFO] running `Command { std: "docker" "start" "-a" "8b92947b8ff0aeb5687c17deda7e2528188abe38a30804b79366f50da43f6f47", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking serde v1.0.214
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bindgen v0.57.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking tokio-sync v0.2.0-alpha.6
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking tokio-executor v0.2.0-alpha.6
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]     Checking parking_lot_core v0.6.3
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling metrics v0.12.1
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking atomic-shim v0.1.0
[INFO] [stderr]     Checking metrics-core v0.5.2
[INFO] [stderr]     Checking quanta v0.3.2
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking serde_json v1.0.132
[INFO] [stderr]     Checking tokio-timer v0.3.0-alpha.6
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]     Checking metrics-util v0.3.2
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking arc-swap v0.4.8
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking metrics-runtime v0.13.1
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling tokio-macros v0.2.0-alpha.6
[INFO] [stderr]     Checking proptest v1.5.0
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling capsule-macros v0.1.5
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking tokio-io v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-codec v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-fs v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-net v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio v0.2.0-alpha.6
[INFO] [stderr]    Compiling capsule-ffi v0.1.5
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: capsule-ffi@0.1.5: src/shim.c:19:10: fatal error: rte_errno.h: No such file or directory
[INFO] [stderr] warning: capsule-ffi@0.1.5:    19 | #include <rte_errno.h>
[INFO] [stderr] warning: capsule-ffi@0.1.5:       |          ^~~~~~~~~~~~~
[INFO] [stderr] warning: capsule-ffi@0.1.5: compilation terminated.
[INFO] [stderr] 
[INFO] [stderr] error: failed to run custom build command for `capsule-ffi v0.1.5`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_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/capsule-ffi-ad50151546762a8b/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/capsule-ffi-e94ce99b395ca6f3/out)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:warning=src/shim.c:19:10: fatal error: rte_errno.h: No such file or directory
[INFO] [stderr]   cargo:warning=   19 | #include <rte_errno.h>
[INFO] [stderr]   cargo:warning=      |          ^~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-march=corei7-avx" "-o" "/opt/rustwide/target/debug/build/capsule-ffi-e94ce99b395ca6f3/out/2e40c9e35e9506f4-shim.o" "-c" "src/shim.c" with args cc did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "8b92947b8ff0aeb5687c17deda7e2528188abe38a30804b79366f50da43f6f47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b92947b8ff0aeb5687c17deda7e2528188abe38a30804b79366f50da43f6f47", kill_on_drop: false }`
[INFO] [stdout] 8b92947b8ff0aeb5687c17deda7e2528188abe38a30804b79366f50da43f6f47
