[INFO] cloning repository https://github.com/yagehu/csv2json [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yagehu/csv2json" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagehu%2Fcsv2json", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagehu%2Fcsv2json'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c79bed56a60d736d72650c44b6002533b8b987d [INFO] testing yagehu/csv2json against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagehu%2Fcsv2json" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yagehu/csv2json on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yagehu/csv2json [INFO] finished tweaking git repo https://github.com/yagehu/csv2json [INFO] tweaked toml for git repo https://github.com/yagehu/csv2json written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/yagehu/csv2json 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-actix-web v0.5.1 [INFO] [stderr] Downloaded tracing-bunyan-formatter v0.3.3 [INFO] [stderr] Downloaded actix-http v3.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe961bbf6a7e8e9a263d74a00bbfa6c2cc57e2635375f886bb2c420c66e35bfe [INFO] running `Command { std: "docker" "start" "-a" "fe961bbf6a7e8e9a263d74a00bbfa6c2cc57e2635375f886bb2c420c66e35bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe961bbf6a7e8e9a263d74a00bbfa6c2cc57e2635375f886bb2c420c66e35bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe961bbf6a7e8e9a263d74a00bbfa6c2cc57e2635375f886bb2c420c66e35bfe", kill_on_drop: false }` [INFO] [stdout] fe961bbf6a7e8e9a263d74a00bbfa6c2cc57e2635375f886bb2c420c66e35bfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 974c8a98cd9aef758410b444b8891609bcf79573f99b4ee37c8cadbf6b2f7605 [INFO] running `Command { std: "docker" "start" "-a" "974c8a98cd9aef758410b444b8891609bcf79573f99b4ee37c8cadbf6b2f7605", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling smallvec v1.8.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling unicode-normalization v0.1.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling firestorm v0.5.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling webpki-roots v0.22.3 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling hashlink v0.8.0 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling sqlx-rt v0.6.0 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling tokio-stream v0.1.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling sha1 v0.10.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling actix-web-codegen v4.0.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling sqlx-core v0.6.0 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.3.3 [INFO] [stderr] Compiling sqlx-macros v0.6.0 [INFO] [stderr] Compiling sqlx v0.6.0 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.1.0 [INFO] [stderr] Compiling actix-web v4.1.0 [INFO] [stderr] Compiling tracing-actix-web v0.5.1 [INFO] [stderr] Compiling csv2json v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 56s [INFO] running `Command { std: "docker" "inspect" "974c8a98cd9aef758410b444b8891609bcf79573f99b4ee37c8cadbf6b2f7605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "974c8a98cd9aef758410b444b8891609bcf79573f99b4ee37c8cadbf6b2f7605", kill_on_drop: false }` [INFO] [stdout] 974c8a98cd9aef758410b444b8891609bcf79573f99b4ee37c8cadbf6b2f7605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da12c91a702d0e9fb092eedbb0793b68ab399ed305b0967520e11a20d28d1bb2 [INFO] running `Command { std: "docker" "start" "-a" "da12c91a702d0e9fb092eedbb0793b68ab399ed305b0967520e11a20d28d1bb2", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling tokio-stream v0.1.9 [INFO] [stderr] Compiling sqlx-rt v0.6.0 [INFO] [stderr] Compiling sqlx-core v0.6.0 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling actix-http v3.1.0 [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling sqlx-macros v0.6.0 [INFO] [stderr] Compiling actix-web v4.1.0 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling tracing-actix-web v0.5.1 [INFO] [stderr] Compiling sqlx v0.6.0 [INFO] [stderr] Compiling csv2json v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "da12c91a702d0e9fb092eedbb0793b68ab399ed305b0967520e11a20d28d1bb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da12c91a702d0e9fb092eedbb0793b68ab399ed305b0967520e11a20d28d1bb2", kill_on_drop: false }` [INFO] [stdout] da12c91a702d0e9fb092eedbb0793b68ab399ed305b0967520e11a20d28d1bb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2d08cc14754c8bbd0c5fa110e7d95f57bd847442e3f3e50a040224fc6327ba4 [INFO] running `Command { std: "docker" "start" "-a" "f2d08cc14754c8bbd0c5fa110e7d95f57bd847442e3f3e50a040224fc6327ba4", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/csv2json-e7e8836d05efc5b3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/csv2json-227a1bc3b9c49819) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/api/main.rs (/opt/rustwide/target/debug/deps/api-bb347cb3b6815c70) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test create_document::line_break_ok ... FAILED [INFO] [stdout] test get_document::not_found_errs ... FAILED [INFO] [stdout] test get_document::ok ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- create_document::line_break_ok stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'create_document::line_break_ok' panicked at tests/api/main.rs:53:14: [INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x635b4d2c956a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x635b4d2c956a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x635b4d2c956a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x635b4d2c956a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x635b4d2f59d3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x635b4d2f59d3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x635b4d2c59e3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x635b4d2c93b2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x635b4d2caaa0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x635b4d2ca83d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x635b4c65d8c3 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x635b4c65d8c3 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x635b4d2cb2d3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x635b4d2cb2d3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x635b4d2cafaa - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x635b4d2c9a69 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x635b4d2cac3d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x635b4c5bc5b0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x635b4c5bca26 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x635b4c5e4f61 - core::result::Result::expect::h5922a6de12b0df3c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x635b4c5d87b5 - api::TestApp::spawn::{{closure}}::hf3fdd5bbbdfbdca0 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/main.rs:51:24 [INFO] [stdout] 21: 0x635b4c5d9627 - api::create_document::line_break_ok::{{closure}}::h6a03fc5231e30f66 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/create_document.rs:7:32 [INFO] [stdout] 22: 0x635b4c5dfd0d - as core::future::future::Future>::poll::h90bdc193b35ef286 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x635b4c61142f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h0c6aaf0a4420717b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:48 [INFO] [stdout] 24: 0x635b4c60b653 - tokio::coop::with_budget::{{closure}}::he4d4371e43485909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:102:9 [INFO] [stdout] 25: 0x635b4c6213f5 - std::thread::local::LocalKey::try_with::h979946e0ba4b0ac8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 26: 0x635b4c62076a - std::thread::local::LocalKey::with::h8cc455e68e5321ca [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 27: 0x635b4c6113b9 - tokio::coop::with_budget::hdf82560f76467451 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:95:5 [INFO] [stdout] 28: 0x635b4c6113b9 - tokio::coop::budget::hf65d4e0248220051 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:72:5 [INFO] [stdout] 29: 0x635b4c6113b9 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::hef0f3b5efb443f5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:25 [INFO] [stdout] 30: 0x635b4c60cea0 - tokio::runtime::basic_scheduler::Context::enter::habaf8e1cfc0c7271 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:362:19 [INFO] [stdout] 31: 0x635b4c60fba6 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h237b07797363b137 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:507:36 [INFO] [stdout] 32: 0x635b4c60f954 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::hf0c59dbbd27da8a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:57 [INFO] [stdout] 33: 0x635b4c5f0e3d - tokio::macros::scoped_tls::ScopedKey::set::h7a568d39e4a6794b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 34: 0x635b4c60f6ec - tokio::runtime::basic_scheduler::CoreGuard::enter::hd20c354f823cb2e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:27 [INFO] [stdout] 35: 0x635b4c60f96a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h0598d0f27e4efc4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:498:9 [INFO] [stdout] 36: 0x635b4c60c180 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::heba9cc390cbbc803 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:174:24 [INFO] [stdout] 37: 0x635b4c5fa23a - tokio::runtime::Runtime::block_on::hf1980809f8df9f66 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/mod.rs:480:46 [INFO] [stdout] 38: 0x635b4c5d937a - api::create_document::line_break_ok::h058b1fcd0aae62ac [INFO] [stdout] at /opt/rustwide/workdir/tests/api/create_document.rs:20:5 [INFO] [stdout] 39: 0x635b4c5d91f7 - api::create_document::line_break_ok::{{closure}}::h86d21ee4e393af88 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/create_document.rs:6:25 [INFO] [stdout] 40: 0x635b4c616c46 - core::ops::function::FnOnce::call_once::h4253a1949e7cbc65 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x635b4c66306b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x635b4c66306b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 43: 0x635b4c661fa3 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 44: 0x635b4c661fa3 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 45: 0x635b4c661fa3 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 46: 0x635b4c661fa3 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 47: 0x635b4c661fa3 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 48: 0x635b4c661fa3 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 49: 0x635b4c661fa3 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 50: 0x635b4c625cd5 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 51: 0x635b4c625cd5 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 52: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 53: 0x635b4c629716 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 54: 0x635b4c629716 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 55: 0x635b4c629716 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 56: 0x635b4c629716 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 57: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 58: 0x635b4c629716 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 59: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 60: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 61: 0x635b4d2cf53b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 62: 0x78bc65b98ac3 - [INFO] [stdout] 63: 0x78bc65c29a04 - clone [INFO] [stdout] 64: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_document::not_found_errs stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'get_document::not_found_errs' panicked at tests/api/main.rs:53:14: [INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x635b4d2c956a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x635b4d2c956a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x635b4d2c956a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x635b4d2c956a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x635b4d2f59d3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x635b4d2f59d3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x635b4d2c59e3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x635b4d2c93b2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x635b4d2caaa0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x635b4d2ca83d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x635b4c65d8c3 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x635b4c65d8c3 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x635b4d2cb2d3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x635b4d2cb2d3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x635b4d2cafaa - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x635b4d2c9a69 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x635b4d2cac3d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x635b4c5bc5b0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x635b4c5bca26 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x635b4c5e4f61 - core::result::Result::expect::h5922a6de12b0df3c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x635b4c5d87b5 - api::TestApp::spawn::{{closure}}::hf3fdd5bbbdfbdca0 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/main.rs:51:24 [INFO] [stdout] 21: 0x635b4c5dc3c1 - api::get_document::not_found_errs::{{closure}}::hdbaafcf49128e83a [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:52:32 [INFO] [stdout] 22: 0x635b4c5dfbed - as core::future::future::Future>::poll::h403307b34d4a7426 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x635b4c6114af - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hf49ea6ad4a632289 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:48 [INFO] [stdout] 24: 0x635b4c60b193 - tokio::coop::with_budget::{{closure}}::hbe956fdae57f3749 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:102:9 [INFO] [stdout] 25: 0x635b4c6210f5 - std::thread::local::LocalKey::try_with::h66dceb3c1773d696 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 26: 0x635b4c6208fa - std::thread::local::LocalKey::with::heae3920d7e69dd7a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 27: 0x635b4c611169 - tokio::coop::with_budget::h6e2373e5441a4577 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:95:5 [INFO] [stdout] 28: 0x635b4c611169 - tokio::coop::budget::h18b46b27e380d0b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:72:5 [INFO] [stdout] 29: 0x635b4c611169 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h18d644709f7bfc86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:25 [INFO] [stdout] 30: 0x635b4c60c880 - tokio::runtime::basic_scheduler::Context::enter::h649823379247be2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:362:19 [INFO] [stdout] 31: 0x635b4c610ae6 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h8372069f2dfaf8a1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:507:36 [INFO] [stdout] 32: 0x635b4c60f934 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h8013fb48fda85301 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:57 [INFO] [stdout] 33: 0x635b4c5f103d - tokio::macros::scoped_tls::ScopedKey::set::hecd918053291a962 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 34: 0x635b4c60f32c - tokio::runtime::basic_scheduler::CoreGuard::enter::h928b3bb80f47eff2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:27 [INFO] [stdout] 35: 0x635b4c60f97a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h63bbe6e48789d135 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:498:9 [INFO] [stdout] 36: 0x635b4c60bd40 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h708b010251539a7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:174:24 [INFO] [stdout] 37: 0x635b4c5f9e7a - tokio::runtime::Runtime::block_on::hc5d7d813884607a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/mod.rs:480:46 [INFO] [stdout] 38: 0x635b4c5dc16a - api::get_document::not_found_errs::h6fa82e8517ed3a22 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:66:5 [INFO] [stdout] 39: 0x635b4c5dbfe7 - api::get_document::not_found_errs::{{closure}}::hf19a14f3fca2fd0b [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:51:26 [INFO] [stdout] 40: 0x635b4c616d66 - core::ops::function::FnOnce::call_once::h7cf3702159c57d82 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x635b4c66306b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x635b4c66306b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 43: 0x635b4c661fa3 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 44: 0x635b4c661fa3 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 45: 0x635b4c661fa3 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 46: 0x635b4c661fa3 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 47: 0x635b4c661fa3 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 48: 0x635b4c661fa3 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 49: 0x635b4c661fa3 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 50: 0x635b4c625cd5 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 51: 0x635b4c625cd5 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 52: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 53: 0x635b4c629716 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 54: 0x635b4c629716 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 55: 0x635b4c629716 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 56: 0x635b4c629716 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 57: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 58: 0x635b4c629716 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 59: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 60: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 61: 0x635b4d2cf53b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 62: 0x78bc65b98ac3 - [INFO] [stdout] 63: 0x78bc65c29a04 - clone [INFO] [stdout] 64: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_document::ok stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'get_document::ok' panicked at tests/api/main.rs:53:14: [INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x635b4d2c956a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x635b4d2c956a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x635b4d2c956a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x635b4d2c956a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x635b4d2f59d3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x635b4d2f59d3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x635b4d2c59e3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x635b4d2c93b2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x635b4d2caaa0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x635b4d2ca83d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x635b4c65d8c3 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x635b4c65d8c3 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x635b4d2cb2d3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x635b4d2cb2d3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x635b4d2cafaa - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x635b4d2c9a69 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x635b4d2cac3d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x635b4c5bc5b0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x635b4c5bca26 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x635b4c5e4f61 - core::result::Result::expect::h5922a6de12b0df3c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x635b4c5d87b5 - api::TestApp::spawn::{{closure}}::hf3fdd5bbbdfbdca0 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/main.rs:51:24 [INFO] [stdout] 21: 0x635b4c5da937 - api::get_document::ok::{{closure}}::he7c3fda787863345 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:8:32 [INFO] [stdout] 22: 0x635b4c5dfc8d - as core::future::future::Future>::poll::h4b030d3a0d9c1b2f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x635b4c61146f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h63870d0f9f6d4b13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:48 [INFO] [stdout] 24: 0x635b4c60b3f3 - tokio::coop::with_budget::{{closure}}::hd9349a904f3cedec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:102:9 [INFO] [stdout] 25: 0x635b4c6209f5 - std::thread::local::LocalKey::try_with::h02d011d8d1772bd1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 26: 0x635b4c6208ca - std::thread::local::LocalKey::with::hda2f5522e759d88a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 27: 0x635b4c611249 - tokio::coop::with_budget::h99f4adce38b86231 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:95:5 [INFO] [stdout] 28: 0x635b4c611249 - tokio::coop::budget::hae364f5f4d618426 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/coop.rs:72:5 [INFO] [stdout] 29: 0x635b4c611249 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h54b79eb11a60191a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:508:25 [INFO] [stdout] 30: 0x635b4c60d7b0 - tokio::runtime::basic_scheduler::Context::enter::he9443e6d5a0b3254 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:362:19 [INFO] [stdout] 31: 0x635b4c610346 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h258502e860a73bee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:507:36 [INFO] [stdout] 32: 0x635b4c60f914 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h27a23f8c20529c8f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:57 [INFO] [stdout] 33: 0x635b4c5f0f3d - tokio::macros::scoped_tls::ScopedKey::set::h901fc0bac557b90d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 34: 0x635b4c60ef6c - tokio::runtime::basic_scheduler::CoreGuard::enter::h1d3f9e3a0fffbf4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:565:27 [INFO] [stdout] 35: 0x635b4c60f98a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h8038a10cee56f580 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:498:9 [INFO] [stdout] 36: 0x635b4c60b900 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h5a7d31f9b0f80b51 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/basic_scheduler.rs:174:24 [INFO] [stdout] 37: 0x635b4c5fa05a - tokio::runtime::Runtime::block_on::hd09be841f5078296 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.19.2/src/runtime/mod.rs:480:46 [INFO] [stdout] 38: 0x635b4c5da63a - api::get_document::ok::hfc20f2938b66b3a4 [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:47:5 [INFO] [stdout] 39: 0x635b4c5da4b7 - api::get_document::ok::{{closure}}::h5f95d0f8042df55d [INFO] [stdout] at /opt/rustwide/workdir/tests/api/get_document.rs:7:14 [INFO] [stdout] 40: 0x635b4c616ef6 - core::ops::function::FnOnce::call_once::h880a8a1906541fe4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x635b4c66306b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x635b4c66306b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 43: 0x635b4c661fa3 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 44: 0x635b4c661fa3 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 45: 0x635b4c661fa3 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 46: 0x635b4c661fa3 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 47: 0x635b4c661fa3 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 48: 0x635b4c661fa3 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 49: 0x635b4c661fa3 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 50: 0x635b4c625cd5 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 51: 0x635b4c625cd5 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 52: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 53: 0x635b4c629716 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 54: 0x635b4c629716 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 55: 0x635b4c629716 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 56: 0x635b4c629716 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 57: 0x635b4c629716 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 58: 0x635b4c629716 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 59: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 60: 0x635b4d2cf53b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 61: 0x635b4d2cf53b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 62: 0x78bc65b98ac3 - [INFO] [stdout] 63: 0x78bc65c29a04 - clone [INFO] [stdout] 64: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] create_document::line_break_ok [INFO] [stdout] get_document::not_found_errs [INFO] [stdout] get_document::ok [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test api` [INFO] running `Command { std: "docker" "inspect" "f2d08cc14754c8bbd0c5fa110e7d95f57bd847442e3f3e50a040224fc6327ba4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2d08cc14754c8bbd0c5fa110e7d95f57bd847442e3f3e50a040224fc6327ba4", kill_on_drop: false }` [INFO] [stdout] f2d08cc14754c8bbd0c5fa110e7d95f57bd847442e3f3e50a040224fc6327ba4