[INFO] cloning repository https://github.com/drbawb/ubuffer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/drbawb/ubuffer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrbawb%2Fubuffer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrbawb%2Fubuffer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e38b06640825a477a50f67740949daa0fb958c7c
[INFO] checking drbawb/ubuffer against master#9bfa31f632912180dc742809bcc51a97f2d7079d for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrbawb%2Fubuffer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/drbawb/ubuffer on toolchain 9bfa31f632912180dc742809bcc51a97f2d7079d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/drbawb/ubuffer
[INFO] finished tweaking git repo https://github.com/drbawb/ubuffer
[INFO] tweaked toml for git repo https://github.com/drbawb/ubuffer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/drbawb/ubuffer 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" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.27
[INFO] [stderr]   Downloaded udt v0.2.0
[INFO] [stderr]   Downloaded libudt4-sys v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9117e1b7b6b1a94fb10dd0c024d44dd49446cb84457c8accac84b722fa4bd12c
[INFO] running `Command { std: "docker" "start" "-a" "9117e1b7b6b1a94fb10dd0c024d44dd49446cb84457c8accac84b722fa4bd12c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9117e1b7b6b1a94fb10dd0c024d44dd49446cb84457c8accac84b722fa4bd12c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9117e1b7b6b1a94fb10dd0c024d44dd49446cb84457c8accac84b722fa4bd12c", kill_on_drop: false }`
[INFO] [stdout] 9117e1b7b6b1a94fb10dd0c024d44dd49446cb84457c8accac84b722fa4bd12c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e57bfa66f1410de45cf2c074e9f18cfcf71f3300865a00d62dd628cc8c77942
[INFO] running `Command { std: "docker" "start" "-a" "8e57bfa66f1410de45cf2c074e9f18cfcf71f3300865a00d62dd628cc8c77942", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.45
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]    Compiling cc v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking rand_core v0.3.0
[INFO] [stderr]     Checking lazy_static v1.2.0
[INFO] [stderr]    Compiling autocfg v0.1.1
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling regex v1.1.0
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]    Compiling serde v1.0.82
[INFO] [stderr]    Compiling failure_derive v0.1.3
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking rustc-demangle v0.1.11
[INFO] [stderr]     Checking regex-syntax v0.6.4
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]     Checking byteorder v1.2.7
[INFO] [stderr]     Checking humantime v1.2.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking rand_xorshift v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]    Compiling backtrace v0.3.13
[INFO] [stderr]    Compiling memchr v2.1.2
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking textwrap v0.10.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking untrusted v0.6.2
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking strsim v0.7.0
[INFO] [stderr]     Checking bitflags v0.7.0
[INFO] [stderr]     Checking termcolor v1.0.4
[INFO] [stderr]     Checking base64 v0.10.0
[INFO] [stderr]    Compiling rand_pcg v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.0
[INFO] [stderr]    Compiling rand v0.6.1
[INFO] [stderr]    Compiling libudt4-sys v0.2.0
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]    Compiling backtrace-sys v0.1.26
[INFO] [stderr]    Compiling ring v0.13.5
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]    Compiling syn v0.15.23
[INFO] [stderr]     Checking env_logger v0.6.0
[INFO] [stderr]     Checking bincode v1.0.1
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr] rustc-LLVM ERROR: rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/9bfa31f632912180dc742809bcc51a97f2d7079d/bin/rustc --crate-name syn --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=674bf1079dbce2e0 -C extra-filename=-1f25219b22548311 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-98ec4130261039ac.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-933892120cd9c744.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-c15504178e575201.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaw8HFA8"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `synstructure` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaOH8N6y"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ring` (lib) due to 1 previous error
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp: In member function 'void CUDT::connect(const sockaddr*)':
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp:671:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: libudt4-sys@0.2.0:   671 |          e = CUDTException(1, 1, 0);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |                                   ^
[INFO] [stderr] warning: libudt4-sys@0.2.0: In file included from libudt4/udt4/src/channel.h:45,
[INFO] [stderr] warning: libudt4-sys@0.2.0:                  from libudt4/udt4/src/queue.h:45,
[INFO] [stderr] warning: libudt4-sys@0.2.0:                  from libudt4/udt4/src/core.cpp:57:
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr] warning: libudt4-sys@0.2.0:   205 |    CUDTException(const CUDTException& e);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |    ^~~~~~~~~~~~~
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp:682:29: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: libudt4-sys@0.2.0:   682 |          e = CUDTException(1);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |                             ^
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr] warning: libudt4-sys@0.2.0:   205 |    CUDTException(const CUDTException& e);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |    ^~~~~~~~~~~~~
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp:684:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: libudt4-sys@0.2.0:   684 |          e = CUDTException(1, 2, 0);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |                                   ^
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr] warning: libudt4-sys@0.2.0:   205 |    CUDTException(const CUDTException& e);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |    ^~~~~~~~~~~~~
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp:686:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: libudt4-sys@0.2.0:   686 |          e = CUDTException(1, 4, 0);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |                                   ^
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr] warning: libudt4-sys@0.2.0:   205 |    CUDTException(const CUDTException& e);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |    ^~~~~~~~~~~~~
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp: In member function 'int CUDT::connect(const CPacket&)':
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/core.cpp:771:7: warning: 'throw' will always call 'terminate' [-Wterminate]
[INFO] [stderr] warning: libudt4-sys@0.2.0:   771 |       throw CUDTException(3, 2, 0);
[INFO] [stderr] warning: libudt4-sys@0.2.0:       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libudt4-sys@0.2.0: libudt4/udt4/src/list.cpp:703:1: fatal error: error writing to /tmp/ccrQVQzJ.s: No space left on device
[INFO] [stderr] warning: libudt4-sys@0.2.0:   703 | }
[INFO] [stderr] warning: libudt4-sys@0.2.0:       | ^
[INFO] [stderr] warning: libudt4-sys@0.2.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `libudt4-sys v0.2.0`
[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/libudt4-sys-44fc4e13e00c8349/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "libudt4/udt4/src" "-fPIC" "-Wextra" "-Wall" "-finline-functions" "-fno-strict-aliasing" "-fvisibility=hidden" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/libudt4-sys-ed6018b17752c9b8/out/libudt4/udt4/src/core.o" "-c" "libudt4/udt4/src/core.cpp"
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp: In member function 'void CUDT::connect(const sockaddr*)':
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp:671:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr]   cargo:warning=  671 |          e = CUDTException(1, 1, 0);
[INFO] [stderr]   cargo:warning=      |                                   ^
[INFO] [stderr]   cargo:warning=In file included from libudt4/udt4/src/channel.h:45,
[INFO] [stderr]   cargo:warning=                 from libudt4/udt4/src/queue.h:45,
[INFO] [stderr]   cargo:warning=                 from libudt4/udt4/src/core.cpp:57:
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr]   cargo:warning=  205 |    CUDTException(const CUDTException& e);
[INFO] [stderr]   cargo:warning=      |    ^~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp:682:29: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr]   cargo:warning=  682 |          e = CUDTException(1);
[INFO] [stderr]   cargo:warning=      |                             ^
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr]   cargo:warning=  205 |    CUDTException(const CUDTException& e);
[INFO] [stderr]   cargo:warning=      |    ^~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp:684:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr]   cargo:warning=  684 |          e = CUDTException(1, 2, 0);
[INFO] [stderr]   cargo:warning=      |                                   ^
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr]   cargo:warning=  205 |    CUDTException(const CUDTException& e);
[INFO] [stderr]   cargo:warning=      |    ^~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp:686:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr]   cargo:warning=  686 |          e = CUDTException(1, 4, 0);
[INFO] [stderr]   cargo:warning=      |                                   ^
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
[INFO] [stderr]   cargo:warning=  205 |    CUDTException(const CUDTException& e);
[INFO] [stderr]   cargo:warning=      |    ^~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp: In member function 'int CUDT::connect(const CPacket&)':
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/core.cpp:771:7: warning: 'throw' will always call 'terminate' [-Wterminate]
[INFO] [stderr]   cargo:warning=  771 |       throw CUDTException(3, 2, 0);
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "libudt4/udt4/src" "-fPIC" "-Wextra" "-Wall" "-finline-functions" "-fno-strict-aliasing" "-fvisibility=hidden" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/libudt4-sys-ed6018b17752c9b8/out/libudt4/udt4/src/packet.o" "-c" "libudt4/udt4/src/packet.cpp"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "libudt4/udt4/src" "-fPIC" "-Wextra" "-Wall" "-finline-functions" "-fno-strict-aliasing" "-fvisibility=hidden" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/libudt4-sys-ed6018b17752c9b8/out/libudt4/udt4/src/list.o" "-c" "libudt4/udt4/src/list.cpp"
[INFO] [stderr]   cargo:warning=libudt4/udt4/src/list.cpp:703:1: fatal error: error writing to /tmp/ccrQVQzJ.s: No space left on device
[INFO] [stderr]   cargo:warning=  703 | }
[INFO] [stderr]   cargo:warning=      | ^
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gcc-0.3.55/src/lib.rs:1672:5:
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Internal error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "libudt4/udt4/src" "-fPIC" "-Wextra" "-Wall" "-finline-functions" "-fno-strict-aliasing" "-fvisibility=hidden" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/libudt4-sys-ed6018b17752c9b8/out/libudt4/udt4/src/list.o" "-c" "libudt4/udt4/src/list.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x6059b87a7522 - std::backtrace_rs::backtrace::libunwind::trace::h5c41bb5ff0e1e8ff
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x6059b87a7522 - std::backtrace_rs::backtrace::trace_unsynchronized::he1d337a682c73c8b
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x6059b87a7522 - std::sys::backtrace::_print_fmt::h2cc5ea913ad3a2db
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x6059b87a7522 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h185471249503f127
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x6059b87c8f33 - core::fmt::rt::Argument::fmt::h679bccd701bcc0cd
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/fmt/rt.rs:179:76
[INFO] [stderr]      5:     0x6059b87c8f33 - core::fmt::write::h2a87cc0abe17a0b8
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/fmt/mod.rs:1481:25
[INFO] [stderr]      6:     0x6059b87a3ea3 - std::io::default_write_fmt::hffa60e72a4ab8483
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x6059b87a3ea3 - std::io::Write::write_fmt::ha8282d1b0df679a5
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/io/mod.rs:1914:13
[INFO] [stderr]      8:     0x6059b87a7372 - std::sys::backtrace::BacktraceLock::print::h430e94cebb0be484
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x6059b87a9102 - std::panicking::default_hook::{{closure}}::h660c2d0ce16b0526
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:300:22
[INFO] [stderr]     10:     0x6059b87a8f05 - std::panicking::default_hook::h51c63d57538e6b0e
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x6059b87a9a12 - std::panicking::rust_panic_with_hook::h7bc036531e7b606f
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x6059b87a98aa - std::panicking::begin_panic_handler::{{closure}}::hf568a69fe266fbbe
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:706:13
[INFO] [stderr]     13:     0x6059b87a7a19 - std::sys::backtrace::__rust_end_short_backtrace::h2c4977687c05bd30
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     14:     0x6059b87a953d - __rustc[7d5440b98b34e40e]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:697:5
[INFO] [stderr]     15:     0x6059b87c7e70 - core::panicking::panic_fmt::h52a19b8f850c1415
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x6059b876658b - gcc::fail::h29305404615e3a95
[INFO] [stderr]     17:     0x6059b875a111 - gcc::Build::compile::h3fd3224193b44962
[INFO] [stderr]     18:     0x6059b8756634 - build_script_build::main::h573fe845a3441dc5
[INFO] [stderr]     19:     0x6059b8755973 - core::ops::function::FnOnce::call_once::h7d7541ab32a2fd11
[INFO] [stderr]     20:     0x6059b8755906 - std::sys::backtrace::__rust_begin_short_backtrace::h04b7de562ec2cac0
[INFO] [stderr]     21:     0x6059b87558e9 - std::rt::lang_start::{{closure}}::hd8a2ac01122325af
[INFO] [stderr]     22:     0x6059b879f660 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3afee3d231aeede8
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     23:     0x6059b879f660 - std::panicking::try::do_call::h37a575429616c1bf
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:589:40
[INFO] [stderr]     24:     0x6059b879f660 - std::panicking::try::hb1fe10024f0ae46f
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:552:19
[INFO] [stderr]     25:     0x6059b879f660 - std::panic::catch_unwind::hc16bb7a6525ecf3b
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x6059b879f660 - std::rt::lang_start_internal::{{closure}}::hd338876317d50bc4
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/rt.rs:168:24
[INFO] [stderr]     27:     0x6059b879f660 - std::panicking::try::do_call::h20dc03395d17853a
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:589:40
[INFO] [stderr]     28:     0x6059b879f660 - std::panicking::try::hb425085eb5ed1be2
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:552:19
[INFO] [stderr]     29:     0x6059b879f660 - std::panic::catch_unwind::h4963c45d1b1a2488
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x6059b879f660 - std::rt::lang_start_internal::h469179d1867bcd89
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/rt.rs:164:5
[INFO] [stderr]     31:     0x6059b87558d1 - std::rt::lang_start::he1fc52f9ae15fa33
[INFO] [stderr]     32:     0x6059b8756835 - main
[INFO] [stderr]     33:     0x7d9e95b031ca - <unknown>
[INFO] [stderr]     34:     0x7d9e95b0328b - __libc_start_main
[INFO] [stderr]     35:     0x6059b8755375 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "8e57bfa66f1410de45cf2c074e9f18cfcf71f3300865a00d62dd628cc8c77942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e57bfa66f1410de45cf2c074e9f18cfcf71f3300865a00d62dd628cc8c77942", kill_on_drop: false }`
[INFO] [stdout] 8e57bfa66f1410de45cf2c074e9f18cfcf71f3300865a00d62dd628cc8c77942
