[INFO] cloning repository https://github.com/Wang-tianhao/rust-rocket-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Wang-tianhao/rust-rocket-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWang-tianhao%2Frust-rocket-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWang-tianhao%2Frust-rocket-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8070f693a3bcae2816725ce1e0de4e5c226d145e
[INFO] testing Wang-tianhao/rust-rocket-demo against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWang-tianhao%2Frust-rocket-demo" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Wang-tianhao/rust-rocket-demo on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/Wang-tianhao/rust-rocket-demo
[INFO] finished tweaking git repo https://github.com/Wang-tianhao/rust-rocket-demo
[INFO] tweaked toml for git repo https://github.com/Wang-tianhao/rust-rocket-demo written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Wang-tianhao/rust-rocket-demo 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded if_chain v1.0.1
[INFO] [stderr]   Downloaded pbkdf2 v0.10.0
[INFO] [stderr]   Downloaded rocket_sync_db_pools_codegen v0.1.0
[INFO] [stderr]   Downloaded rocket_sync_db_pools v0.1.0
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.8
[INFO] [stderr]   Downloaded rocket_cors v0.6.0
[INFO] [stderr]   Downloaded diesel v2.1.3
[INFO] [stderr]   Downloaded diesel_derives v2.1.2
[INFO] [stderr]   Downloaded hmac v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c01c1ce2695afb5da988bc26bbaf03de40c8600f5dced024fad6530d2549cb1
[INFO] running `Command { std: "docker" "start" "-a" "7c01c1ce2695afb5da988bc26bbaf03de40c8600f5dced024fad6530d2549cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c01c1ce2695afb5da988bc26bbaf03de40c8600f5dced024fad6530d2549cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c01c1ce2695afb5da988bc26bbaf03de40c8600f5dced024fad6530d2549cb1", kill_on_drop: false }`
[INFO] [stdout] 7c01c1ce2695afb5da988bc26bbaf03de40c8600f5dced024fad6530d2549cb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5947d1794cb1257c49dcd3a601f959fb0a23d746a91a780f47d50617299f839
[INFO] running `Command { std: "docker" "start" "-a" "e5947d1794cb1257c49dcd3a601f959fb0a23d746a91a780f47d50617299f839", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling tracing-core v0.1.22
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.30
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling cookie v0.18.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling rustix v0.38.20
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.1
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling block-buffer v0.10.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling multer v2.0.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling mysqlclient-sys v0.2.5
[INFO] [stderr]    Compiling digest v0.10.1
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling rocket_sync_db_pools v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling idna v0.2.2
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling sha2 v0.10.1
[INFO] [stderr]    Compiling salsa20 v0.9.0
[INFO] [stderr]    Compiling validator_types v0.14.0
[INFO] [stderr]    Compiling pbkdf2 v0.10.0
[INFO] [stderr]    Compiling hmac v0.12.0
[INFO] [stderr]    Compiling if_chain v1.0.1
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling scrypt v0.8.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling rocket_http v0.5.0
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling validator_derive v0.14.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling rocket_codegen v0.5.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling diesel v2.1.3
[INFO] [stderr]    Compiling simple_asn1 v0.4.1
[INFO] [stderr]    Compiling jsonwebtoken v7.2.0
[INFO] [stderr]    Compiling validator v0.14.0
[INFO] [stderr]    Compiling rocket_cors v0.6.0
[INFO] [stderr]    Compiling realworld v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized] target(s) in 1m 36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e5947d1794cb1257c49dcd3a601f959fb0a23d746a91a780f47d50617299f839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5947d1794cb1257c49dcd3a601f959fb0a23d746a91a780f47d50617299f839", kill_on_drop: false }`
[INFO] [stdout] e5947d1794cb1257c49dcd3a601f959fb0a23d746a91a780f47d50617299f839
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d584b67f12c5cc8d03dd5c067cd1f24678dfa8c699212fbec5d73b780e76a3e0
[INFO] running `Command { std: "docker" "start" "-a" "d584b67f12c5cc8d03dd5c067cd1f24678dfa8c699212fbec5d73b780e76a3e0", kill_on_drop: false }`
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling realworld v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 4.35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d584b67f12c5cc8d03dd5c067cd1f24678dfa8c699212fbec5d73b780e76a3e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d584b67f12c5cc8d03dd5c067cd1f24678dfa8c699212fbec5d73b780e76a3e0", kill_on_drop: false }`
[INFO] [stdout] d584b67f12c5cc8d03dd5c067cd1f24678dfa8c699212fbec5d73b780e76a3e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0789cbef7b4570a1689ef05bd0a4308635220f3f248553e3af900c26a20c8971
[INFO] running `Command { std: "docker" "start" "-a" "0789cbef7b4570a1689ef05bd0a4308635220f3f248553e3af900c26a20c8971", kill_on_drop: false }`
[INFO] [stderr] warning: fields `article` and `author` are never read
[INFO] [stderr]   --> src/models/comment.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct Comment {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 10 |     pub article: i32,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 11 |     pub author: i32,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `realworld` (lib) generated 1 warning
[INFO] [stderr] warning: `realworld` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/realworld-6bbf162ebd1d1ea5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test database::articles::tests::test_generate_suffix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 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/realworld-a6e0969fbf7fa93e)
[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 tests/articles.rs (/opt/rustwide/target/debug/deps/articles-db31157c19ec3cfe)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_commenting ... FAILED
[INFO] [stdout] test test_get_articles_fedd ... FAILED
[INFO] [stdout] test test_get_comment ... FAILED
[INFO] [stdout] test test_post_articles ... FAILED
[INFO] [stdout] test test_put_articles ... FAILED
[INFO] [stdout] test test_unfavorite_article ... FAILED
[INFO] [stdout] test test_delete_article ... FAILED
[INFO] [stdout] test test_get_articles_with_params ... FAILED
[INFO] [stdout] test test_favorite_article ... FAILED
[INFO] [stdout] test test_get_article ... FAILED
[INFO] [stdout] test test_delete_article_anonymously ... FAILED
[INFO] [stdout] test test_get_articles has been running for over 60 seconds
[INFO] [stdout] test test_get_articles ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_commenting stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_commenting' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a6640 - core::ops::function::FnOnce::call_once::hc4086baddc988f83
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles_fedd stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles_fedd' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a44c0 - core::ops::function::FnOnce::call_once::h83916f31aeb87b72
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_comment stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_comment' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a30f0 - core::ops::function::FnOnce::call_once::h3c16bc7953843de3
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_post_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_post_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a359e - core::ops::function::FnOnce::call_once::h421c852ff528102b
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_put_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_put_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a5a50 - core::ops::function::FnOnce::call_once::hbd721b0c7ee75df7
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_unfavorite_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_unfavorite_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a3c60 - core::ops::function::FnOnce::call_once::h6b4e81255879b0e3
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_delete_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a3830 - core::ops::function::FnOnce::call_once::h57ec03dd28b1e99b
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles_with_params stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles_with_params' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a5070 - core::ops::function::FnOnce::call_once::ha4a67d4e6814a1dc
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_favorite_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_favorite_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a4090 - core::ops::function::FnOnce::call_once::h7cada98eb1fca69c
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a4832 - core::ops::function::FnOnce::call_once::h88caecd81565843f
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_article_anonymously stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_delete_article_anonymously' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a5380 - core::ops::function::FnOnce::call_once::hab3c4fbe43892495
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561f647c8885 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]    1:     0x561f647f489b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]    2:     0x561f647c5c6f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]    3:     0x561f647c865e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]    4:     0x561f647ca089 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]    5:     0x561f647c9d4e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]    6:     0x561f643fca2a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]    7:     0x561f647ca68b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]    8:     0x561f647ca404 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]    9:     0x561f647c8d49 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]   10:     0x561f647ca137 - rust_begin_unwind
[INFO] [stdout]   11:     0x561f643a1e73 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]   12:     0x561f643a23e6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]   13:     0x561f643c1719 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h9aa6085ca47a3c32
[INFO] [stdout]   14:     0x561f647a379a - once_cell::imp::initialize_inner::hb202849dc17cc35a
[INFO] [stdout]   15:     0x561f64381845 - once_cell::imp::OnceCell<T>::initialize::h19326b6de39db167
[INFO] [stdout]   16:     0x561f643c180e - once_cell::sync::OnceCell<T>::get_or_init::h961f26738c6fc4d4
[INFO] [stdout]   17:     0x561f643a5700 - core::ops::function::FnOnce::call_once::had1970e774568816
[INFO] [stdout]   18:     0x561f6440140b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]   19:     0x561f64400b11 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]   20:     0x561f643c94d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]   21:     0x561f643cdf02 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]   22:     0x561f647ced1b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]   23:     0x7f64e9d0fac3 - <unknown>
[INFO] [stdout]   24:     0x7f64e9da0a04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_commenting
[INFO] [stdout]     test_delete_article
[INFO] [stdout]     test_delete_article_anonymously
[INFO] [stdout]     test_favorite_article
[INFO] [stdout]     test_get_article
[INFO] [stdout]     test_get_articles
[INFO] [stdout]     test_get_articles_fedd
[INFO] [stdout]     test_get_articles_with_params
[INFO] [stdout]     test_get_comment
[INFO] [stdout]     test_post_articles
[INFO] [stdout]     test_put_articles
[INFO] [stdout]     test_unfavorite_article
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 60.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test articles`
[INFO] running `Command { std: "docker" "inspect" "0789cbef7b4570a1689ef05bd0a4308635220f3f248553e3af900c26a20c8971", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0789cbef7b4570a1689ef05bd0a4308635220f3f248553e3af900c26a20c8971", kill_on_drop: false }`
[INFO] [stdout] 0789cbef7b4570a1689ef05bd0a4308635220f3f248553e3af900c26a20c8971
[INFO] testing Wang-tianhao/rust-rocket-demo against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWang-tianhao%2Frust-rocket-demo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Wang-tianhao/rust-rocket-demo on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/Wang-tianhao/rust-rocket-demo
[INFO] finished tweaking git repo https://github.com/Wang-tianhao/rust-rocket-demo
[INFO] tweaked toml for git repo https://github.com/Wang-tianhao/rust-rocket-demo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Wang-tianhao/rust-rocket-demo 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c479ee0f7dc6d9bc4c390bf481808880cb2fd423531742c0dd3372a3e22646fe
[INFO] running `Command { std: "docker" "start" "-a" "c479ee0f7dc6d9bc4c390bf481808880cb2fd423531742c0dd3372a3e22646fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c479ee0f7dc6d9bc4c390bf481808880cb2fd423531742c0dd3372a3e22646fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c479ee0f7dc6d9bc4c390bf481808880cb2fd423531742c0dd3372a3e22646fe", kill_on_drop: false }`
[INFO] [stdout] c479ee0f7dc6d9bc4c390bf481808880cb2fd423531742c0dd3372a3e22646fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e17151d5a9f297a96f7924393bc380ccf247ca7b15d66a282d035e2fb03f666
[INFO] running `Command { std: "docker" "start" "-a" "6e17151d5a9f297a96f7924393bc380ccf247ca7b15d66a282d035e2fb03f666", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling tracing-core v0.1.22
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.30
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling cookie v0.18.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling rustix v0.38.20
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling block-buffer v0.10.0
[INFO] [stderr]    Compiling crypto-common v0.1.1
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling multer v2.0.2
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling digest v0.10.1
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling mysqlclient-sys v0.2.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling rocket_sync_db_pools v0.1.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling idna v0.2.2
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling sha2 v0.10.1
[INFO] [stderr]    Compiling salsa20 v0.9.0
[INFO] [stderr]    Compiling validator_types v0.14.0
[INFO] [stderr]    Compiling pbkdf2 v0.10.0
[INFO] [stderr]    Compiling hmac v0.12.0
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling if_chain v1.0.1
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling scrypt v0.8.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling validator_derive v0.14.0
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling rocket_http v0.5.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling rocket_codegen v0.5.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling simple_asn1 v0.4.1
[INFO] [stderr]    Compiling diesel v2.1.3
[INFO] [stderr]    Compiling jsonwebtoken v7.2.0
[INFO] [stderr]    Compiling validator v0.14.0
[INFO] [stderr]    Compiling rocket_cors v0.6.0
[INFO] [stderr]    Compiling realworld v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized] target(s) in 1m 19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6e17151d5a9f297a96f7924393bc380ccf247ca7b15d66a282d035e2fb03f666", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e17151d5a9f297a96f7924393bc380ccf247ca7b15d66a282d035e2fb03f666", kill_on_drop: false }`
[INFO] [stdout] 6e17151d5a9f297a96f7924393bc380ccf247ca7b15d66a282d035e2fb03f666
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b1dffafd1b39548bd27d07602b521cd93ba6da6390299b973f2179650baee9a
[INFO] running `Command { std: "docker" "start" "-a" "0b1dffafd1b39548bd27d07602b521cd93ba6da6390299b973f2179650baee9a", kill_on_drop: false }`
[INFO] [stderr]    Compiling realworld v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `article` and `author` are never read
[INFO] [stdout]   --> src/models/comment.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub article: i32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub author: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 3.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0b1dffafd1b39548bd27d07602b521cd93ba6da6390299b973f2179650baee9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b1dffafd1b39548bd27d07602b521cd93ba6da6390299b973f2179650baee9a", kill_on_drop: false }`
[INFO] [stdout] 0b1dffafd1b39548bd27d07602b521cd93ba6da6390299b973f2179650baee9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b7ad79e849cda5ce93e7065396a0313362c0713941a92b5732403b1d76c33620
[INFO] running `Command { std: "docker" "start" "-a" "b7ad79e849cda5ce93e7065396a0313362c0713941a92b5732403b1d76c33620", kill_on_drop: false }`
[INFO] [stderr] warning: fields `article` and `author` are never read
[INFO] [stderr]   --> src/models/comment.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct Comment {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 10 |     pub article: i32,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 11 |     pub author: i32,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `realworld` (lib) generated 1 warning
[INFO] [stderr] warning: `realworld` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 0.11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/realworld-6bbf162ebd1d1ea5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test database::articles::tests::test_generate_suffix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 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/realworld-a6e0969fbf7fa93e)
[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 tests/articles.rs (/opt/rustwide/target/debug/deps/articles-db31157c19ec3cfe)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_commenting ... FAILED
[INFO] [stdout] test test_get_articles_fedd ... FAILED
[INFO] [stdout] test test_get_comment ... FAILED
[INFO] [stdout] test test_post_articles ... FAILED
[INFO] [stdout] test test_put_articles ... FAILED
[INFO] [stdout] test test_get_articles_with_params ... FAILED
[INFO] [stdout] test test_delete_article_anonymously ... FAILED
[INFO] [stdout] test test_get_article ... FAILED
[INFO] [stdout] test test_get_articles ... FAILED
[INFO] [stdout] test test_unfavorite_article ... FAILED
[INFO] [stdout] test test_favorite_article ... FAILED
[INFO] [stdout] test test_delete_article has been running for over 60 seconds
[INFO] [stdout] test test_delete_article ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_commenting stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_commenting' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6886bf0 - core::ops::function::FnOnce::call_once::h10a5470fb7061b7b
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles_fedd stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles_fedd' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6889e80 - core::ops::function::FnOnce::call_once::hd0c39a3a5ca1b7b8
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_comment stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_comment' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f68893f0 - core::ops::function::FnOnce::call_once::h7f35b0f345fa989d
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_post_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_post_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6889bee - core::ops::function::FnOnce::call_once::hafc093cbfb804766
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_put_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_put_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6887c20 - core::ops::function::FnOnce::call_once::h37cb87dc7534c07d
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles_with_params stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles_with_params' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f68868e0 - core::ops::function::FnOnce::call_once::h0276ef0a573eb4bd
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_article_anonymously stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_delete_article_anonymously' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6888810 - core::ops::function::FnOnce::call_once::h42c95b852d922273
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f68860b2 - core::ops::function::FnOnce::call_once::h01f7ff1f4a5bcea2
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_articles stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_get_articles' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f68898a0 - core::ops::function::FnOnce::call_once::h822ce5eeccb66a96
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_unfavorite_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_unfavorite_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6888fc0 - core::ops::function::FnOnce::call_once::h4b2ae6bf0bdcc242
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_favorite_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_favorite_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f68877f0 - core::ops::function::FnOnce::call_once::h340c33c6f9caaa9b
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_article stdout ----
[INFO] [stdout] Error: database pool init error for pool named `diesel_mysql_pool`
[INFO] [stdout]    >> timed out waiting for connection: Can't connect to server on '127.0.0.1' (115)
[INFO] [stdout] thread 'test_delete_article' panicked at tests/common.rs:30:45:
[INFO] [stdout] valid rocket instance: FailedFairings([Info { name: "'diesel_mysql_pool' Database Pool", kind: Kind(1) }])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5565f6cabcb5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]    1:     0x5565f6cd7c6b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]    2:     0x5565f6ca914f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]    3:     0x5565f6caba8e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]    4:     0x5565f6cad3f9 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]    5:     0x5565f6cad14c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]    6:     0x5565f68dfa1f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]    7:     0x5565f6cad9fb - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]    8:     0x5565f6cad774 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]    9:     0x5565f6cac179 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]   10:     0x5565f6cad4a7 - rust_begin_unwind
[INFO] [stdout]   11:     0x5565f6884e33 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]   12:     0x5565f68853a6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]   13:     0x5565f68a4619 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h3214b8947562ba24
[INFO] [stdout]   14:     0x5565f6c86aba - once_cell::imp::initialize_inner::hac3856a71c786b53
[INFO] [stdout]   15:     0x5565f6864845 - once_cell::imp::OnceCell<T>::initialize::h7adfd8fc2e9f2921
[INFO] [stdout]   16:     0x5565f68a470e - once_cell::sync::OnceCell<T>::get_or_init::h109c2ca9c93878e7
[INFO] [stdout]   17:     0x5565f6888b90 - core::ops::function::FnOnce::call_once::h46020088d2dc2de9
[INFO] [stdout]   18:     0x5565f68e433b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]   19:     0x5565f68e3a01 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]   20:     0x5565f68ac3d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]   21:     0x5565f68b0ea2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]   22:     0x5565f6cb207b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]   23:     0x7fbfe0ceeac3 - <unknown>
[INFO] [stdout]   24:     0x7fbfe0d7fa04 - __clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_commenting
[INFO] [stdout]     test_delete_article
[INFO] [stdout]     test_delete_article_anonymously
[INFO] [stdout]     test_favorite_article
[INFO] [stdout]     test_get_article
[INFO] [stdout]     test_get_articles
[INFO] [stdout]     test_get_articles_fedd
[INFO] [stdout]     test_get_articles_with_params
[INFO] [stdout]     test_get_comment
[INFO] [stdout]     test_post_articles
[INFO] [stdout]     test_put_articles
[INFO] [stdout]     test_unfavorite_article
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 60.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test articles`
[INFO] running `Command { std: "docker" "inspect" "b7ad79e849cda5ce93e7065396a0313362c0713941a92b5732403b1d76c33620", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7ad79e849cda5ce93e7065396a0313362c0713941a92b5732403b1d76c33620", kill_on_drop: false }`
[INFO] [stdout] b7ad79e849cda5ce93e7065396a0313362c0713941a92b5732403b1d76c33620
