[INFO] cloning repository https://github.com/mcginty/shoop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcginty/shoop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcginty%2Fshoop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcginty%2Fshoop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b263bb1ee3e27122ce94cc1fe450cda313afeb2e [INFO] checking mcginty/shoop against try#cc4c4328b2b4da72bc61f8f5984292dd73740b5e for pr-112842 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcginty%2Fshoop" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mcginty/shoop on toolchain cc4c4328b2b4da72bc61f8f5984292dd73740b5e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mcginty/shoop [INFO] finished tweaking git repo https://github.com/mcginty/shoop [INFO] tweaked toml for git repo https://github.com/mcginty/shoop written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mcginty/shoop 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" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92662e2525815b2b7f7f7f924cbb9075968f3c207a190f1ea2618a0201c27ac1 [INFO] running `Command { std: "docker" "start" "-a" "92662e2525815b2b7f7f7f924cbb9075968f3c207a190f1ea2618a0201c27ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92662e2525815b2b7f7f7f924cbb9075968f3c207a190f1ea2618a0201c27ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92662e2525815b2b7f7f7f924cbb9075968f3c207a190f1ea2618a0201c27ac1", kill_on_drop: false }` [INFO] [stdout] 92662e2525815b2b7f7f7f924cbb9075968f3c207a190f1ea2618a0201c27ac1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b98ac9074ef0954e871055f08d470335167309d9a0d591678f15827d5f5f6e0e [INFO] running `Command { std: "docker" "start" "-a" "b98ac9074ef0954e871055f08d470335167309d9a0d591678f15827d5f5f6e0e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling libudt4-sys v0.2.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking rgb v0.8.13 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling shoop v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking untrusted v0.6.2 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking unix-daemonize v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling structopt-derive v0.2.17 [INFO] [stderr] Checking structopt v0.2.17 [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: libudt4/udt4/src/core.cpp: In member function 'void CUDT::connect(const sockaddr*)': [INFO] [stderr] warning: libudt4/udt4/src/core.cpp:671:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 671 | e = CUDTException(1, 1, 0); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from libudt4/udt4/src/channel.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/queue.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/core.cpp:57: [INFO] [stderr] warning: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)' [INFO] [stderr] warning: 205 | CUDTException(const CUDTException& e); [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libudt4/udt4/src/core.cpp:682:29: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 682 | e = CUDTException(1); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from libudt4/udt4/src/channel.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/queue.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/core.cpp:57: [INFO] [stderr] warning: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)' [INFO] [stderr] warning: 205 | CUDTException(const CUDTException& e); [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libudt4/udt4/src/core.cpp:684:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 684 | e = CUDTException(1, 2, 0); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from libudt4/udt4/src/channel.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/queue.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/core.cpp:57: [INFO] [stderr] warning: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)' [INFO] [stderr] warning: 205 | CUDTException(const CUDTException& e); [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libudt4/udt4/src/core.cpp:686:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 686 | e = CUDTException(1, 4, 0); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from libudt4/udt4/src/channel.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/queue.h:45, [INFO] [stderr] warning: from libudt4/udt4/src/core.cpp:57: [INFO] [stderr] warning: libudt4/udt4/src/udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)' [INFO] [stderr] warning: 205 | CUDTException(const CUDTException& e); [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libudt4/udt4/src/core.cpp: In member function 'int CUDT::connect(const CPacket&)': [INFO] [stderr] warning: libudt4/udt4/src/core.cpp:771:7: warning: 'throw' will always call 'terminate' [-Wterminate] [INFO] [stderr] warning: 771 | throw CUDTException(3, 2, 0); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In member function 'int CUDTUnited::connect(UDTSOCKET, const sockaddr*, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:771:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 771 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::connect(UDTSOCKET, const sockaddr*, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1689:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1689 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::close(UDTSOCKET)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1712:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1712 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getpeername(UDTSOCKET, sockaddr*, int*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1730:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1730 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getsockname(UDTSOCKET, sockaddr*, int*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1748:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1748 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getsockopt(UDTSOCKET, int, UDTOpt, void*, int*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1768:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1768 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::setsockopt(UDTSOCKET, int, UDTOpt, const void*, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1788:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1788 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::send(UDTSOCKET, const char*, int, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1807:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1807 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::recv(UDTSOCKET, char*, int, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1831:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1831 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::sendmsg(UDTSOCKET, const char*, int, int, bool)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1850:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1850 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::recvmsg(UDTSOCKET, char*, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1874:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1874 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int64_t CUDT::sendfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1893:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1893 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int64_t CUDT::recvfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1917:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1917 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::select(int, ud_set*, ud_set*, ud_set*, const timeval*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1941:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1941 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::selectEx(const std::vector&, std::vector*, std::vector*, std::vector*, int64_t)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1970:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1970 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_create()': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:1993:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 1993 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_add_usock(int, UDTSOCKET, const int*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2011:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2011 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_add_ssock(int, SYSSOCKET, const int*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2029:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2029 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_remove_usock(int, UDTSOCKET)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2047:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2047 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_remove_ssock(int, SYSSOCKET)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2065:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2065 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_wait(int, std::set*, std::set*, int64_t, std::set*, std::set*)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2083:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2083 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_release(int)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2101:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2101 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::perfmon(UDTSOCKET, CPerfMon*, bool)': [INFO] [stderr] warning: libudt4/udt4/src/api.cpp:2126:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] warning: 2126 | catch (CUDTException e) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudt4/udt4/src/epoll.cpp: In member function 'int CEPoll::add_ssock(int, const SYSSOCKET&, const int*)': [INFO] [stderr] warning: libudt4/udt4/src/epoll.cpp:112:69: warning: unused parameter 'events' [-Wunused-parameter] [INFO] [stderr] warning: 112 | int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int* events) [INFO] [stderr] warning: | ~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: /tmp/ccT19THJ.s: Assembler messages: [INFO] [stderr] warning: /tmp/ccT19THJ.s: Fatal error: can't write 28 bytes to section .text._ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_eraseEPSt13_Rb_tree_nodeIiE.isra.0 of /opt/rustwide/target/debug/build/libudt4-sys-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o: 'No space left on device' [INFO] [stderr] warning: /tmp/ccT19THJ.s: Fatal error: /opt/rustwide/target/debug/build/libudt4-sys-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o: No space left on device [INFO] [stderr] [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-54a7efc90d3fdc5f/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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/ccc.o" "-c" "libudt4/udt4/src/ccc.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/md5.o" "-c" "libudt4/udt4/src/md5.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-da6cc6ab0e93c9bb/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=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: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=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: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=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: 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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/window.o" "-c" "libudt4/udt4/src/window.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/api.o" "-c" "libudt4/udt4/src/api.cpp" [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In member function 'int CUDTUnited::connect(UDTSOCKET, const sockaddr*, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:771:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 771 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::connect(UDTSOCKET, const sockaddr*, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1689:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1689 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::close(UDTSOCKET)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1712:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1712 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getpeername(UDTSOCKET, sockaddr*, int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1730:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1730 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getsockname(UDTSOCKET, sockaddr*, int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1748:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1748 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::getsockopt(UDTSOCKET, int, UDTOpt, void*, int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1768:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1768 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::setsockopt(UDTSOCKET, int, UDTOpt, const void*, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1788:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1788 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::send(UDTSOCKET, const char*, int, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1807:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1807 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::recv(UDTSOCKET, char*, int, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1831:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1831 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::sendmsg(UDTSOCKET, const char*, int, int, bool)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1850:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1850 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::recvmsg(UDTSOCKET, char*, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1874:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1874 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int64_t CUDT::sendfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1893:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1893 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int64_t CUDT::recvfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1917:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1917 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::select(int, ud_set*, ud_set*, ud_set*, const timeval*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1941:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1941 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::selectEx(const std::vector&, std::vector*, std::vector*, std::vector*, int64_t)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1970:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1970 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_create()': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:1993:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 1993 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_add_usock(int, UDTSOCKET, const int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2011:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2011 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_add_ssock(int, SYSSOCKET, const int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2029:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2029 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_remove_usock(int, UDTSOCKET)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2047:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2047 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_remove_ssock(int, SYSSOCKET)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2065:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2065 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_wait(int, std::set*, std::set*, int64_t, std::set*, std::set*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2083:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2083 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::epoll_release(int)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2101:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2101 | catch (CUDTException e) [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp: In static member function 'static int CUDT::perfmon(UDTSOCKET, CPerfMon*, bool)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/api.cpp:2126:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] [INFO] [stderr] cargo:warning= 2126 | catch (CUDTException e) [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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/common.o" "-c" "libudt4/udt4/src/common.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-da6cc6ab0e93c9bb/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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/cache.o" "-c" "libudt4/udt4/src/cache.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/channel.o" "-c" "libudt4/udt4/src/channel.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/buffer.o" "-c" "libudt4/udt4/src/buffer.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/queue.o" "-c" "libudt4/udt4/src/queue.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/list.o" "-c" "libudt4/udt4/src/list.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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o" "-c" "libudt4/udt4/src/epoll.cpp" [INFO] [stderr] cargo:warning=libudt4/udt4/src/epoll.cpp: In member function 'int CEPoll::add_ssock(int, const SYSSOCKET&, const int*)': [INFO] [stderr] cargo:warning=libudt4/udt4/src/epoll.cpp:112:69: warning: unused parameter 'events' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 112 | int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int* events) [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~^~~~~~ [INFO] [stderr] cargo:warning=/tmp/ccT19THJ.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccT19THJ.s: Fatal error: can't write 28 bytes to section .text._ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_eraseEPSt13_Rb_tree_nodeIiE.isra.0 of /opt/rustwide/target/debug/build/libudt4-sys-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccT19THJ.s: Fatal error: /opt/rustwide/target/debug/build/libudt4-sys-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o: No space left on device [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at ' [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-da6cc6ab0e93c9bb/out/libudt4/udt4/src/epoll.o" "-c" "libudt4/udt4/src/epoll.cpp" with args "c++" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] ', /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gcc-0.3.55/src/lib.rs:1672:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55ab508b3121 - std::backtrace_rs::backtrace::libunwind::trace::hf7f8be9c7c915615 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55ab508b3121 - std::backtrace_rs::backtrace::trace_unsynchronized::hde453de304fadffb [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55ab508b3121 - std::sys_common::backtrace::_print_fmt::h37c801c72b8c02a0 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x55ab508b3121 - ::fmt::h6aaed6e250d4f64d [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55ab508d506f - core::fmt::rt::Argument::fmt::h618a796028595858 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/core/src/fmt/rt.rs:138:9 [INFO] [stderr] 5: 0x55ab508d506f - core::fmt::write::h81ac5b40791791e0 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/core/src/fmt/mod.rs:1094:21 [INFO] [stderr] 6: 0x55ab508afe17 - std::io::Write::write_fmt::h4f77f21632e179aa [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/io/mod.rs:1714:15 [INFO] [stderr] 7: 0x55ab508b2f35 - std::sys_common::backtrace::_print::haae18b674ae3d65a [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55ab508b2f35 - std::sys_common::backtrace::print::h4cbb753d159cb702 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55ab508b4663 - std::panicking::default_hook::{{closure}}::h1b2a7795e8d433c3 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:269:22 [INFO] [stderr] 10: 0x55ab508b43f4 - std::panicking::default_hook::h10b78b847959fd51 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:288:9 [INFO] [stderr] 11: 0x55ab508b4be9 - std::panicking::rust_panic_with_hook::h4e542f647390bf47 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:705:13 [INFO] [stderr] 12: 0x55ab508b4ae7 - std::panicking::begin_panic_handler::{{closure}}::hbd3066aceac05a10 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:597:13 [INFO] [stderr] 13: 0x55ab508b3556 - std::sys_common::backtrace::__rust_end_short_backtrace::he0a1778a5b855440 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/sys_common/backtrace.rs:151:18 [INFO] [stderr] 14: 0x55ab508b4832 - rust_begin_unwind [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:593:5 [INFO] [stderr] 15: 0x55ab508645f3 - core::panicking::panic_fmt::hc5d1d50f35e2e211 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/core/src/panicking.rs:67:14 [INFO] [stderr] 16: 0x55ab508778b1 - gcc::fail::h5a39dbe83b1f3354 [INFO] [stderr] 17: 0x55ab5086ad45 - gcc::Build::compile::hf9be803f34068a38 [INFO] [stderr] 18: 0x55ab50867152 - build_script_build::main::h482c4d7b041f1108 [INFO] [stderr] 19: 0x55ab50865733 - core::ops::function::FnOnce::call_once::hf05e7fab1e5ef59b [INFO] [stderr] 20: 0x55ab508653a6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7ae6f6659a3ad92a [INFO] [stderr] 21: 0x55ab50865529 - std::rt::lang_start::{{closure}}::h49728e71e395c8ae [INFO] [stderr] 22: 0x55ab508ac11b - core::ops::function::impls:: for &F>::call_once::he250fc84708fcf89 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x55ab508ac11b - std::panicking::try::do_call::h20aaca44f02ba4d0 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:500:40 [INFO] [stderr] 24: 0x55ab508ac11b - std::panicking::try::he72818303fd23e9a [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:464:19 [INFO] [stderr] 25: 0x55ab508ac11b - std::panic::catch_unwind::hb7d1016bbb7bfc40 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panic.rs:142:14 [INFO] [stderr] 26: 0x55ab508ac11b - std::rt::lang_start_internal::{{closure}}::he78b52791364910a [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/rt.rs:148:48 [INFO] [stderr] 27: 0x55ab508ac11b - std::panicking::try::do_call::h274ad9321083f6a8 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:500:40 [INFO] [stderr] 28: 0x55ab508ac11b - std::panicking::try::hbff9aab150130a71 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panicking.rs:464:19 [INFO] [stderr] 29: 0x55ab508ac11b - std::panic::catch_unwind::h3bb82069f9d575d5 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/panic.rs:142:14 [INFO] [stderr] 30: 0x55ab508ac11b - std::rt::lang_start_internal::h182028197a2b69c5 [INFO] [stderr] at /rustc/cc4c4328b2b4da72bc61f8f5984292dd73740b5e/library/std/src/rt.rs:148:20 [INFO] [stderr] 31: 0x55ab50865507 - std::rt::lang_start::h5261984ef97a3a9d [INFO] [stderr] 32: 0x55ab50867345 - main [INFO] [stderr] 33: 0x7f3989b09d90 - [INFO] [stderr] 34: 0x7f3989b09e40 - __libc_start_main [INFO] [stderr] 35: 0x55ab50864d85 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "b98ac9074ef0954e871055f08d470335167309d9a0d591678f15827d5f5f6e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b98ac9074ef0954e871055f08d470335167309d9a0d591678f15827d5f5f6e0e", kill_on_drop: false }` [INFO] [stdout] b98ac9074ef0954e871055f08d470335167309d9a0d591678f15827d5f5f6e0e