[INFO] cloning repository https://github.com/jaya-p/rustwebservice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaya-p/rustwebservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaya-p%2Frustwebservice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaya-p%2Frustwebservice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43bd1067912a504fb820759b974414d6bcd50ae1 [INFO] testing jaya-p/rustwebservice against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaya-p%2Frustwebservice" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaya-p/rustwebservice on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jaya-p/rustwebservice [INFO] finished tweaking git repo https://github.com/jaya-p/rustwebservice [INFO] tweaked toml for git repo https://github.com/jaya-p/rustwebservice written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/jaya-p/rustwebservice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2364932a37b8dbd53e39c093cfb2f254dd0256773544c9e62b18c8b177907a4a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2364932a37b8dbd53e39c093cfb2f254dd0256773544c9e62b18c8b177907a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2364932a37b8dbd53e39c093cfb2f254dd0256773544c9e62b18c8b177907a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2364932a37b8dbd53e39c093cfb2f254dd0256773544c9e62b18c8b177907a4a", kill_on_drop: false }` [INFO] [stdout] 2364932a37b8dbd53e39c093cfb2f254dd0256773544c9e62b18c8b177907a4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 517860ef345f045410364ebcdf8873bc99a74970312dafec3c6e4288c65bd6fe [INFO] running `Command { std: "docker" "start" "-a" "517860ef345f045410364ebcdf8873bc99a74970312dafec3c6e4288c65bd6fe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling pin-project-lite v0.1.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.6 [INFO] [stderr] Compiling rustwebservice v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `Command { std: "docker" "inspect" "517860ef345f045410364ebcdf8873bc99a74970312dafec3c6e4288c65bd6fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "517860ef345f045410364ebcdf8873bc99a74970312dafec3c6e4288c65bd6fe", kill_on_drop: false }` [INFO] [stdout] 517860ef345f045410364ebcdf8873bc99a74970312dafec3c6e4288c65bd6fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] effd1e799ab048448b1c7fe3d1cccf6910cb9fae95b2b1c99dace9688a2532ad [INFO] running `Command { std: "docker" "start" "-a" "effd1e799ab048448b1c7fe3d1cccf6910cb9fae95b2b1c99dace9688a2532ad", kill_on_drop: false }` [INFO] [stderr] Compiling rustwebservice v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.84s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustwebservice-19e2f9e727e4d30c) [INFO] [stderr] Executable unittests src/bin/maincli.rs (/opt/rustwide/target/debug/deps/cli-b808e7a9d2a2138f) [INFO] [stderr] Executable unittests src/bin/mainrestapi.rs (/opt/rustwide/target/debug/deps/restapiwebservice-0bda243f18ec675d) [INFO] [stderr] Executable unittests src/bin/mainweb.rs (/opt/rustwide/target/debug/deps/webservice-25e2ddd117d843a4) [INFO] running `Command { std: "docker" "inspect" "effd1e799ab048448b1c7fe3d1cccf6910cb9fae95b2b1c99dace9688a2532ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "effd1e799ab048448b1c7fe3d1cccf6910cb9fae95b2b1c99dace9688a2532ad", kill_on_drop: false }` [INFO] [stdout] effd1e799ab048448b1c7fe3d1cccf6910cb9fae95b2b1c99dace9688a2532ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20920f3ab6ea684cc444805db8d58b2b6072c7bdf82525346967ee0018d91574 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "20920f3ab6ea684cc444805db8d58b2b6072c7bdf82525346967ee0018d91574", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustwebservice-19e2f9e727e4d30c) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test httpserver::tests::test_httpserver ... ignored, only 1 tokio runtime can be run. and it is used by restapi test [INFO] [stdout] test helloworld::tests::test_helloworld ... ok [INFO] [stdout] test restapihttpserver::tests::test_gethelloworldwebservice ... ok [INFO] [stdout] test restapihttpserver::tests::test_statusnotfoundwebservice ... ok [INFO] [stdout] test restapihttpserver::tests::test_posthelloworldwebservice ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- restapihttpserver::tests::test_posthelloworldwebservice stdout ---- [INFO] [stdout] thread 'tokio-runtime-worker' panicked at 'error binding to 127.0.0.1:8080: error creating server listener: Address already in use (os error 98)', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.6/src/server/mod.rs:124:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556382780add - std::backtrace_rs::backtrace::libunwind::trace::h78ac1a8162560622 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x556382780add - std::backtrace_rs::backtrace::trace_unsynchronized::h524b37108170e058 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556382780add - std::sys_common::backtrace::_print_fmt::h6fc64e306477b488 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x556382780add - ::fmt::hebf1189a5210d658 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5563827a438c - core::fmt::write::h2ee1c47f226b9713 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55638277a971 - std::io::Write::write_fmt::hfdd07f3252777e56 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5563827825d5 - std::sys_common::backtrace::_print::h4cf4c3a5df78aa1b [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5563827825d5 - std::sys_common::backtrace::print::h563fffe6d3b49d9c [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5563827825d5 - std::panicking::default_hook::{{closure}}::h011bf968a019e6ec [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x556382782280 - std::panicking::default_hook::hc87bc2048234ee21 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x556382782ba8 - std::panicking::rust_panic_with_hook::h51069032b7e7ea9f [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x556382782a57 - std::panicking::begin_panic_handler::{{closure}}::hd6f7b981150e82ee [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x556382780f94 - std::sys_common::backtrace::__rust_end_short_backtrace::h4e1327824e6ec426 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x556382782789 - rust_begin_unwind [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55638226ce23 - core::panicking::panic_fmt::hab126d972b27847d [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x5563825a009f - hyper::server::Server::bind::{{closure}}::h139e4ac3c6f987f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.6/src/server/mod.rs:124:13 [INFO] [stdout] 16: 0x5563825b0395 - core::result::Result::unwrap_or_else::hc9f91da98deaa9a3 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/result.rs:1464:23 [INFO] [stdout] 17: 0x55638259ff70 - hyper::server::Server::bind::h763a31f7387b18f0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.6/src/server/mod.rs:123:24 [INFO] [stdout] 18: 0x5563822f5c44 - rustwebservice::restapihttpserver::httpserver::{{closure}}::h4b7e2815883791c3 [INFO] [stdout] at /opt/rustwide/workdir/src/restapihttpserver.rs:67:23 [INFO] [stdout] 19: 0x556382297f4b - as core::future::future::Future>::poll::hdead0167608a00c8 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 20: 0x5563822a99ac - rustwebservice::restapihttpserver::tests::test_posthelloworldwebservice::{{closure}}::h7b3de7e4a7631310 [INFO] [stdout] at /opt/rustwide/workdir/src/restapihttpserver.rs:116:27 [INFO] [stdout] 21: 0x556382297b5b - as core::future::future::Future>::poll::h865c83281fe44a9f [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 22: 0x5563822ffd5a - tokio::runtime::task::core::Core::poll::{{closure}}::h9286da515a887702 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/core.rs:173:17 [INFO] [stdout] 23: 0x5563822ed170 - tokio::loom::std::unsafe_cell::UnsafeCell::with_mut::ha039036c9072f500 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/loom/std/unsafe_cell.rs:14:9 [INFO] [stdout] 24: 0x5563822fef2b - tokio::runtime::task::core::Core::poll::h11f1480f7d37ddd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/core.rs:158:13 [INFO] [stdout] 25: 0x55638227cb41 - tokio::runtime::task::harness::Harness::poll::{{closure}}::h111903f3443f176c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/harness.rs:107:27 [INFO] [stdout] 26: 0x5563822ab080 - core::ops::function::FnOnce::call_once::h12be313e51e04974 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 27: 0x5563822ef41b - as core::ops::function::FnOnce<()>>::call_once::h2f645df6c0d88105 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x5563822e46ab - std::panicking::try::do_call::hbc9d7ad452d30dbf [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:492:40 [INFO] [stdout] 29: 0x5563822e5f3b - __rust_try [INFO] [stdout] 30: 0x5563822e19df - std::panicking::try::h2ac53f4f178711c1 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:456:19 [INFO] [stdout] 31: 0x5563822aa9ba - std::panic::catch_unwind::h2d34ce4b78dd1ee3 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55638227a408 - tokio::runtime::task::harness::Harness::poll::h8dfd77b666802212 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/harness.rs:89:19 [INFO] [stdout] 33: 0x5563822944e0 - tokio::runtime::task::raw::poll::h46eeb5aff92ad543 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/raw.rs:104:5 [INFO] [stdout] 34: 0x5563826b2b5f - tokio::runtime::task::raw::RawTask::poll::habfb294498949202 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/raw.rs:66:18 [INFO] [stdout] 35: 0x5563826a2bf1 - tokio::runtime::task::Notified::run::h2f6ac40c22ecad5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/mod.rs:169:9 [INFO] [stdout] 36: 0x5563826766e2 - tokio::runtime::thread_pool::worker::Context::run_task::{{closure}}::h969f16c553d279e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:349:13 [INFO] [stdout] 37: 0x5563826885b0 - tokio::coop::with_budget::{{closure}}::hea2465e57db56fea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/coop.rs:127:9 [INFO] [stdout] 38: 0x55638267c158 - std::thread::local::LocalKey::try_with::haee3998fe251f2f9 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 39: 0x55638267a2ae - std::thread::local::LocalKey::with::h0fc705c30a5c07c9 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 40: 0x556382676613 - tokio::coop::with_budget::h1c908ab7e1f697bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/coop.rs:120:5 [INFO] [stdout] 41: 0x556382676613 - tokio::coop::budget::h03b455615fc96b21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/coop.rs:96:5 [INFO] [stdout] 42: 0x556382676613 - tokio::runtime::thread_pool::worker::Context::run_task::h7bdab5ab9fcda0c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:348:9 [INFO] [stdout] 43: 0x556382675f0e - tokio::runtime::thread_pool::worker::Context::run::h42cbb9ba3bf20929 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:320:24 [INFO] [stdout] 44: 0x556382675d03 - tokio::runtime::thread_pool::worker::run::{{closure}}::h4680c0e494e8e107 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:305:17 [INFO] [stdout] 45: 0x556382680377 - tokio::macros::scoped_tls::ScopedKey::set::h1caba37aaf495afe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 46: 0x556382675c43 - tokio::runtime::thread_pool::worker::run::h9de7b0e11b10ba89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:302:5 [INFO] [stdout] 47: 0x556382675a8b - tokio::runtime::thread_pool::worker::Launch::launch::{{closure}}::h450a9e83a2721e03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/thread_pool/worker.rs:281:45 [INFO] [stdout] 48: 0x5563826aeb8b - as core::future::future::Future>::poll::h14ffaa543f53873c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/blocking/task.rs:38:21 [INFO] [stdout] 49: 0x5563826ae20f - tokio::runtime::task::core::Core::poll::{{closure}}::h0a47a5015a36fb5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/core.rs:173:17 [INFO] [stdout] 50: 0x556382682ab0 - tokio::loom::std::unsafe_cell::UnsafeCell::with_mut::heabdd8ed984669c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/loom/std/unsafe_cell.rs:14:9 [INFO] [stdout] 51: 0x5563826ae0f8 - tokio::runtime::task::core::Core::poll::h5727ef67578f689e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/core.rs:158:13 [INFO] [stdout] 52: 0x556382673b7a - tokio::runtime::task::harness::Harness::poll::{{closure}}::h4f63dfce4a628f14 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/harness.rs:107:27 [INFO] [stdout] 53: 0x55638266e660 - core::ops::function::FnOnce::call_once::h0c31ed19092c82d2 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x5563826ab04c - as core::ops::function::FnOnce<()>>::call_once::h47b390fdf8b581ae [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 55: 0x55638267cedd - std::panicking::try::do_call::h41a74990f9bd6b5c [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:492:40 [INFO] [stdout] 56: 0x55638267fbdb - __rust_try [INFO] [stdout] 57: 0x55638267cd4f - std::panicking::try::had310d274e759b16 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x5563826d4beb - std::panic::catch_unwind::hdad144d64f50f549 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x5563826736ed - tokio::runtime::task::harness::Harness::poll::hd0adcafbaa6a6cbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/harness.rs:89:19 [INFO] [stdout] 60: 0x5563826b2cb2 - tokio::runtime::task::raw::poll::hb37b7eac2ce2d7f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/raw.rs:104:5 [INFO] [stdout] 61: 0x5563826b2b5f - tokio::runtime::task::raw::RawTask::poll::habfb294498949202 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/raw.rs:66:18 [INFO] [stdout] 62: 0x5563826a2c71 - tokio::runtime::task::Notified::run::hf409beae3cc0d47c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/task/mod.rs:169:9 [INFO] [stdout] 63: 0x55638269a124 - tokio::runtime::blocking::pool::Inner::run::h7ee2ca6e680f0ad2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/blocking/pool.rs:230:17 [INFO] [stdout] 64: 0x556382699884 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::{{closure}}::ha4b3bf2bfb2a1714 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/blocking/pool.rs:210:21 [INFO] [stdout] 65: 0x556382687c71 - tokio::runtime::context::enter::h87fdd51e160f96f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/context.rs:72:5 [INFO] [stdout] 66: 0x5563826c1413 - tokio::runtime::handle::Handle::enter::h627b57507962159a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/handle.rs:76:9 [INFO] [stdout] 67: 0x5563826997df - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::h68e1bb52137a1fde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/runtime/blocking/pool.rs:209:17 [INFO] [stdout] 68: 0x55638269159c - std::sys_common::backtrace::__rust_begin_short_backtrace::h166f2f1bb4e707ca [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 69: 0x55638269b3b1 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1bd52a768c77dee2 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 70: 0x5563826ab081 - as core::ops::function::FnOnce<()>>::call_once::hc358ef49d13b8dc5 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 71: 0x55638267cfc3 - std::panicking::try::do_call::hd5c508e96ab9c70d [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:492:40 [INFO] [stdout] 72: 0x55638267fbdb - __rust_try [INFO] [stdout] 73: 0x55638267cc41 - std::panicking::try::h18a4b59e1f74cd7f [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:456:19 [INFO] [stdout] 74: 0x5563826d4c21 - std::panic::catch_unwind::he6fcaec3195254ec [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panic.rs:137:14 [INFO] [stdout] 75: 0x55638269b1ab - std::thread::Builder::spawn_unchecked_::{{closure}}::h6a4fc84753c45113 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 76: 0x55638266e5ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9c07005b155e1637 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 77: 0x5563827876b3 - as core::ops::function::FnOnce>::call_once::h94b91777dd72cf4b [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 78: 0x5563827876b3 - as core::ops::function::FnOnce>::call_once::hc38439f882108053 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 79: 0x5563827876b3 - std::sys::unix::thread::Thread::new::thread_start::haa68127701babb00 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 80: 0x7fa346997609 - start_thread [INFO] [stdout] 81: 0x7fa34676b163 - clone [INFO] [stdout] 82: 0x0 - [INFO] [stdout] inputstr: {"Name": "There"} [INFO] [stdout] Error: reqwest::Error { kind: Request, url: "http://localhost:8080/api/v1/helloworld", source: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) } [INFO] [stdout] thread 'restapihttpserver::tests::test_posthelloworldwebservice' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:185:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556382780add - std::backtrace_rs::backtrace::libunwind::trace::h78ac1a8162560622 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x556382780add - std::backtrace_rs::backtrace::trace_unsynchronized::h524b37108170e058 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556382780add - std::sys_common::backtrace::_print_fmt::h6fc64e306477b488 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x556382780add - ::fmt::hebf1189a5210d658 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5563827a438c - core::fmt::write::h2ee1c47f226b9713 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55638277a971 - std::io::Write::write_fmt::hfdd07f3252777e56 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5563827825d5 - std::sys_common::backtrace::_print::h4cf4c3a5df78aa1b [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5563827825d5 - std::sys_common::backtrace::print::h563fffe6d3b49d9c [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5563827825d5 - std::panicking::default_hook::{{closure}}::h011bf968a019e6ec [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x556382782280 - std::panicking::default_hook::hc87bc2048234ee21 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x556382782ba8 - std::panicking::rust_panic_with_hook::h51069032b7e7ea9f [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x556382782a57 - std::panicking::begin_panic_handler::{{closure}}::hd6f7b981150e82ee [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x556382780f94 - std::sys_common::backtrace::__rust_end_short_backtrace::h4e1327824e6ec426 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x556382782789 - rust_begin_unwind [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55638226ce23 - core::panicking::panic_fmt::hab126d972b27847d [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x5563827a2cde - core::panicking::assert_failed_inner::h71301b10df9a77b2 [INFO] [stdout] 16: 0x55638270f68a - core::panicking::assert_failed::h4dbffc28e4992b23 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panicking.rs:181:5 [INFO] [stdout] 17: 0x5563822afff2 - test::assert_test_result::h61319cbe92deccbb [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:185:5 [INFO] [stdout] 18: 0x5563822a922d - rustwebservice::restapihttpserver::tests::test_posthelloworldwebservice::{{closure}}::h0daae98d06b6bcd4 [INFO] [stdout] at /opt/rustwide/workdir/src/restapihttpserver.rs:109:3 [INFO] [stdout] 19: 0x5563822ab2ae - core::ops::function::FnOnce::call_once::h465e861c44f588f8 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 20: 0x55638258cb33 - core::ops::function::FnOnce::call_once::hb5269c40ea602927 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 21: 0x55638258cb33 - test::__rust_begin_short_backtrace::h39a42cc37c7f7ed5 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:573:5 [INFO] [stdout] 22: 0x55638258b8ea - as core::ops::function::FnOnce>::call_once::h00241665904b35f8 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 23: 0x55638258b8ea - as core::ops::function::FnOnce<()>>::call_once::he7accf8d0443853e [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55638258b8ea - std::panicking::try::do_call::h8cda4fd0453ea304 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55638258b8ea - std::panicking::try::heb9894546bccbe80 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55638258b8ea - std::panic::catch_unwind::hfbd25fb469936dab [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55638258b8ea - test::run_test_in_process::hcffcac4908c29650 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:596:18 [INFO] [stdout] 28: 0x55638258b8ea - test::run_test::run_test_inner::{{closure}}::hdd8d05d3b7659acd [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:490:39 [INFO] [stdout] 29: 0x556382557bad - test::run_test::run_test_inner::{{closure}}::h1b7cafce81b35e92 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/test/src/lib.rs:517:37 [INFO] [stdout] 30: 0x556382557bad - std::sys_common::backtrace::__rust_begin_short_backtrace::h08b4f3108673434a [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55638255d5e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hd589e3bca91eca1f [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55638255d5e8 - as core::ops::function::FnOnce<()>>::call_once::h1d80af9fe40fb31c [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55638255d5e8 - std::panicking::try::do_call::hf7eabf04235f3bb3 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55638255d5e8 - std::panicking::try::h4bdb1612b5a13d83 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55638255d5e8 - std::panic::catch_unwind::h62e1449b19ecdfe5 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55638255d5e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h10c97d98a69723ec [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55638255d5e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0dc62d4cd77dd031 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 38: 0x5563827876b3 - as core::ops::function::FnOnce>::call_once::h94b91777dd72cf4b [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 39: 0x5563827876b3 - as core::ops::function::FnOnce>::call_once::hc38439f882108053 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 40: 0x5563827876b3 - std::sys::unix::thread::Thread::new::thread_start::haa68127701babb00 [INFO] [stdout] at /rustc/0d13f6afeba4935499abe0c9a07426c94492c94e/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa346997609 - start_thread [INFO] [stdout] 42: 0x7fa34676b163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] restapihttpserver::tests::test_posthelloworldwebservice [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "20920f3ab6ea684cc444805db8d58b2b6072c7bdf82525346967ee0018d91574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20920f3ab6ea684cc444805db8d58b2b6072c7bdf82525346967ee0018d91574", kill_on_drop: false }` [INFO] [stdout] 20920f3ab6ea684cc444805db8d58b2b6072c7bdf82525346967ee0018d91574