[INFO] cloning repository https://github.com/gdetal/lwip-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gdetal/lwip-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdetal%2Flwip-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdetal%2Flwip-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] db332d0b10db58710633a1ada9ad866177cec4dd [INFO] testing gdetal/lwip-rs against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdetal%2Flwip-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/gdetal/lwip-rs [INFO] finished tweaking git repo https://github.com/gdetal/lwip-rs [INFO] tweaked toml for git repo https://github.com/gdetal/lwip-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/gdetal/lwip-rs on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/gdetal/lwip-rs 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55af069962581cb3c091c86bc39401016f622d6ad9d163134fea31de71fd952b [INFO] running `Command { std: "docker" "start" "-a" "55af069962581cb3c091c86bc39401016f622d6ad9d163134fea31de71fd952b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55af069962581cb3c091c86bc39401016f622d6ad9d163134fea31de71fd952b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55af069962581cb3c091c86bc39401016f622d6ad9d163134fea31de71fd952b", kill_on_drop: false }` [INFO] [stdout] 55af069962581cb3c091c86bc39401016f622d6ad9d163134fea31de71fd952b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5b2847ba7ef0abc9c350d8324aa2ee65804d8bad018a8ecc9e83f1df4761b97 [INFO] running `Command { std: "docker" "start" "-a" "e5b2847ba7ef0abc9c350d8324aa2ee65804d8bad018a8ecc9e83f1df4761b97", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling bytes v0.5.2 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling tokio v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling lwip v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling transfer-async v0.1.0 (https://github.com/gdetal/transfer-async-rs#3416e343) [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/def.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/inet_chksum.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv4/ip4_addr.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv6/ip6.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv6/nd6.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv4/ip4.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv6/ip6_addr.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv4/ip4_frag.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv6/ip6_frag.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ipv6/icmp6.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/memp.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/mem.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/ip.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] warning: lwip@0.1.0: cc1: fatal error: ffi/lwip/src/core/init.c: No such file or directory [INFO] [stderr] warning: lwip@0.1.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `lwip v0.1.0 (/opt/rustwide/workdir)` [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/lwip-de7292445d9ca474/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [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] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv4/ip4_addr.o" "-c" "ffi/lwip/src/core/ipv4/ip4_addr.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/def.o" "-c" "ffi/lwip/src/core/def.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ip.o" "-c" "ffi/lwip/src/core/ip.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv6/ip6.o" "-c" "ffi/lwip/src/core/ipv6/ip6.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv6/ip6_addr.o" "-c" "ffi/lwip/src/core/ipv6/ip6_addr.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/inet_chksum.o" "-c" "ffi/lwip/src/core/inet_chksum.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv4/ip4_frag.o" "-c" "ffi/lwip/src/core/ipv4/ip4_frag.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv6/icmp6.o" "-c" "ffi/lwip/src/core/ipv6/icmp6.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv6/ip6_frag.o" "-c" "ffi/lwip/src/core/ipv6/ip6_frag.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/mem.o" "-c" "ffi/lwip/src/core/mem.c" [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/def.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/init.o" "-c" "ffi/lwip/src/core/init.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv4/ip4.o" "-c" "ffi/lwip/src/core/ipv4/ip4.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/ipv6/nd6.o" "-c" "ffi/lwip/src/core/ipv6/nd6.c" [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/inet_chksum.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv4/ip4_addr.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/memp.o" "-c" "ffi/lwip/src/core/memp.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv6/ip6.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv6/nd6.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] exit status: 1 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv4/ip4.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv6/ip6_addr.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv4/ip4_frag.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv6/ip6_frag.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ipv6/icmp6.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/memp.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/mem.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/ip.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=cc1: fatal error: ffi/lwip/src/core/init.c: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "ffi/src" "-I" "ffi/lwip/contrib/ports/unix" "-I" "ffi/lwip/contrib/ports/unix/port/include" "-I" "ffi/lwip/src/include" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wno-unused-variable" "-DLWIP_DEBUG=1" "-DFEATURE_DEBUG=0" "-o" "/opt/rustwide/target/debug/build/lwip-479750b4da601610/out/ffi/lwip/src/core/def.o" "-c" "ffi/lwip/src/core/def.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e5b2847ba7ef0abc9c350d8324aa2ee65804d8bad018a8ecc9e83f1df4761b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5b2847ba7ef0abc9c350d8324aa2ee65804d8bad018a8ecc9e83f1df4761b97", kill_on_drop: false }` [INFO] [stdout] e5b2847ba7ef0abc9c350d8324aa2ee65804d8bad018a8ecc9e83f1df4761b97