[INFO] cloning repository https://github.com/atmaramnaik/corr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/atmaramnaik/corr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatmaramnaik%2Fcorr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatmaramnaik%2Fcorr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76abd0ef7d30e10e1d227b9c22975dfd6226b1db
[INFO] testing atmaramnaik/corr against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatmaramnaik%2Fcorr" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/atmaramnaik/corr
[INFO] finished tweaking git repo https://github.com/atmaramnaik/corr
[INFO] tweaked toml for git repo https://github.com/atmaramnaik/corr written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/atmaramnaik/corr on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/atmaramnaik/corr 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c07c1241d6487ac455bb79eb0d7a3f63c20c696975b4bf37c0941f421105db9b
[INFO] running `Command { std: "docker" "start" "-a" "c07c1241d6487ac455bb79eb0d7a3f63c20c696975b4bf37c0941f421105db9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c07c1241d6487ac455bb79eb0d7a3f63c20c696975b4bf37c0941f421105db9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c07c1241d6487ac455bb79eb0d7a3f63c20c696975b4bf37c0941f421105db9b", kill_on_drop: false }`
[INFO] [stdout] c07c1241d6487ac455bb79eb0d7a3f63c20c696975b4bf37c0941f421105db9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a6115538ccad4811386076f4262e6b62289cb3dec17bcd3072d537ebb0aa332
[INFO] running `Command { std: "docker" "start" "-a" "0a6115538ccad4811386076f4262e6b62289cb3dec17bcd3072d537ebb0aa332", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling serde v1.0.205
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling ahash v0.7.4
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling instant v0.1.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.205
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling thiserror v1.0.29
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling weezl v0.1.5
[INFO] [stderr]    Compiling siphasher v0.3.7
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.7.2
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling postgres-protocol v0.6.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.6.8
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling gif v0.11.2
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling postgres-types v0.2.2
[INFO] [stderr]    Compiling extend v0.1.2
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling phf v0.10.0
[INFO] [stderr]    Compiling rgb v0.8.27
[INFO] [stderr]    Compiling snafu-derive v0.6.10
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling ordered-float v3.7.0
[INFO] [stderr]    Compiling dashmap v4.0.2
[INFO] [stderr]    Compiling fallible_collections v0.4.3
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling multer v2.0.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling serde_urlencoded v0.6.1
[INFO] [stderr]    Compiling snafu v0.6.10
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling tungstenite v0.19.0
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling influxdb2-derive v0.1.1
[INFO] [stderr]    Compiling opentelemetry v0.13.0
[INFO] [stderr]    Compiling influxdb2-structmap v0.2.0
[INFO] [stderr]    Compiling lodepng v3.4.6
[INFO] [stderr]    Compiling tokio-postgres v0.7.3
[INFO] [stderr]    Compiling assert-json-diff v1.1.0
[INFO] [stderr]    Compiling serde_qs v0.10.1
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling rdbc-async v0.0.7 (https://github.com/qalens/rdbc-async#af527966)
[INFO] [stderr]    Compiling sqlparser v0.11.0
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling hound v3.4.0
[INFO] [stderr]    Compiling go-parse-duration v0.1.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling bytecount v0.6.2
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling nom_locate v4.0.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling rdbc-async-postgres v0.0.7 (https://github.com/qalens/rdbc-async#af527966)
[INFO] [stderr]    Compiling captcha v0.0.8
[INFO] [stderr]    Compiling mockito v0.27.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.19.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling fake v2.4.1
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling strfmt v0.1.6
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling tar v0.4.37
[INFO] [stderr]    Compiling app_dirs2 v2.3.2
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling influxdb2 v0.4.2
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling simple-error v0.2.3
[INFO] [stderr]    Compiling clap v4.5.15
[INFO] [stderr]    Compiling corr-lib v1.2.2 (/opt/rustwide/workdir/corr-lib)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> corr-lib/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                    --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                    |                      |
[INFO] [stdout]    |                                    |                      the same lifetime is named here
[INFO] [stdout]    |                                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:51:68
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                          --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                      |
[INFO] [stdout]    |                                          |                      the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:57:60
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                  --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                  |                      |
[INFO] [stdout]    |                                  |                      the same lifetime is named here
[INFO] [stdout]    |                                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling corr v1.2.2 (/opt/rustwide/workdir/corr)
[INFO] [stderr]    Compiling playground v1.2.2 (/opt/rustwide/workdir/playground)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> playground/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> corr/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 45s
[INFO] running `Command { std: "docker" "inspect" "0a6115538ccad4811386076f4262e6b62289cb3dec17bcd3072d537ebb0aa332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a6115538ccad4811386076f4262e6b62289cb3dec17bcd3072d537ebb0aa332", kill_on_drop: false }`
[INFO] [stdout] 0a6115538ccad4811386076f4262e6b62289cb3dec17bcd3072d537ebb0aa332
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11679c4754f4bcb3276931abbc8c48c38e38e8aea652f1d89fe5886b459e2545
[INFO] running `Command { std: "docker" "start" "-a" "11679c4754f4bcb3276931abbc8c48c38e38e8aea652f1d89fe5886b459e2545", kill_on_drop: false }`
[INFO] [stderr]    Compiling playground v1.2.2 (/opt/rustwide/workdir/playground)
[INFO] [stderr]    Compiling corr-lib v1.2.2 (/opt/rustwide/workdir/corr-lib)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> corr-lib/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling corr v1.2.2 (/opt/rustwide/workdir/corr)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                    --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                    |                      |
[INFO] [stdout]    |                                    |                      the same lifetime is named here
[INFO] [stdout]    |                                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:51:68
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                          --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                      |
[INFO] [stdout]    |                                          |                      the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:57:60
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                  --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                  |                      |
[INFO] [stdout]    |                                  |                      the same lifetime is named here
[INFO] [stdout]    |                                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> playground/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> corr/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> corr-lib/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                    --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                    |                      |
[INFO] [stdout]    |                                    |                      the same lifetime is named here
[INFO] [stdout]    |                                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:51:68
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                          --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                      |
[INFO] [stdout]    |                                          |                      the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> corr-lib/src/parser.rs:57:60
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stdout]    |                                  --                     -- ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                  |                      |
[INFO] [stdout]    |                                  |                      the same lifetime is named here
[INFO] [stdout]    |                                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stdout]    |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.40s
[INFO] running `Command { std: "docker" "inspect" "11679c4754f4bcb3276931abbc8c48c38e38e8aea652f1d89fe5886b459e2545", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11679c4754f4bcb3276931abbc8c48c38e38e8aea652f1d89fe5886b459e2545", kill_on_drop: false }`
[INFO] [stdout] 11679c4754f4bcb3276931abbc8c48c38e38e8aea652f1d89fe5886b459e2545
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 121ab0aa2d500c10044a907b807da1f6c096c0d0a4bd4569ee152b3ce80571a2
[INFO] running `Command { std: "docker" "start" "-a" "121ab0aa2d500c10044a907b807da1f6c096c0d0a4bd4569ee152b3ce80571a2", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> corr-lib/src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(async_closure)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> corr-lib/src/parser.rs:45:62
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stderr]    |                                    --                     -- ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                    |                      |
[INFO] [stderr]    |                                    |                      the same lifetime is named here
[INFO] [stderr]    |                                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn identifier_part<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stderr]    |                                                               ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> corr-lib/src/parser.rs:51:68
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stderr]    |                                          --                     -- ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                          |                      |
[INFO] [stderr]    |                                          |                      the same lifetime is named here
[INFO] [stderr]    |                                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn executable_identifier<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stderr]    |                                                                     ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> corr-lib/src/parser.rs:57:60
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&str> {
[INFO] [stderr]    |                                  --                     -- ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                  |                      |
[INFO] [stderr]    |                                  |                      the same lifetime is named here
[INFO] [stderr]    |                                  the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn function_name<'a>(input: &'a str) -> ParseResult<'a,&'a str> {
[INFO] [stderr]    |                                                             ++
[INFO] [stderr] 
[INFO] [stderr] warning: `corr-lib` (lib) generated 4 warnings (run `cargo fix --lib -p corr-lib` to apply 3 suggestions)
[INFO] [stderr] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> playground/src/main.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(async_closure)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `playground` (bin "playground" test) generated 1 warning
[INFO] [stderr] warning: `corr-lib` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> corr/src/main.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(async_closure)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `corr` (bin "corr" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/corr-8b9d38784704a6c2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/corr_lib-430ad84526193de8)
[INFO] [stdout] 
[INFO] [stdout] running 260 tests
[INFO] [stdout] test core::parser::tests::should_parse_boolean_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_null_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_positive_integer_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_positive_double_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_string_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_negative_double_value ... ok
[INFO] [stdout] test core::parser::tests::should_parse_positive_negative_integer ... ok
[INFO] [stdout] test core::tests::should_add_double_to_double ... ok
[INFO] [stdout] test core::tests::should_add_double_to_positive_integer ... ok
[INFO] [stdout] test core::tests::should_convert_double_to_value ... ok
[INFO] [stdout] test core::tests::should_add_positive_integer_to_positive_integer ... ok
[INFO] [stdout] test core::runtime::tests::should_break_on_dot_with_two_dots ... ok
[INFO] [stdout] test core::tests::should_convert_double_value_to_double_number ... ok
[INFO] [stdout] test core::runtime::tests::should_iterate_and_read ... ok
[INFO] [stdout] test core::runtime::tests::should_iterate ... ok
[INFO] [stdout] test core::tests::should_convert_integer_to_value ... ok
[INFO] [stdout] test core::tests::should_convert_integer_value_to_integer_number ... ok
[INFO] [stdout] test core::tests::should_convert_positive_integer_to_value ... ok
[INFO] [stdout] test core::tests::should_convert_positive_integer_value_to_positive_integer_number ... ok
[INFO] [stdout] test core::tests::should_convert_string_positive_integer_value_to_positive_integer_number ... ok
[INFO] [stdout] test core::tests::should_divide_double_from_double ... ok
[INFO] [stdout] test core::tests::should_divide_double_from_positive_integer ... ok
[INFO] [stdout] test core::tests::should_divide_positive_integer_from_double ... ok
[INFO] [stdout] test core::tests::should_divide_positive_integer_from_positive_integer ... ok
[INFO] [stdout] test core::tests::should_multiply_double_to_positive_integer ... ok
[INFO] [stdout] test core::tests::should_multiply_positive_integer_to_double ... ok
[INFO] [stdout] test core::tests::should_multiply_positive_integer_to_positive_integer ... ok
[INFO] [stdout] test core::tests::should_convert_string_double_value_to_double_number ... ok
[INFO] [stdout] test core::tests::should_subtract_double_from_positive_integer ... ok
[INFO] [stdout] test core::tests::should_convert_string_integer_value_to_integer_number ... ok
[INFO] [stdout] test core::tests::should_multiply_double_to_double ... ok
[INFO] [stdout] test core::tests::should_subtract_double_from_double ... ok
[INFO] [stdout] test core::tests::should_subtract_positive_integer_from_double ... ok
[INFO] [stdout] test core::tests::should_subtract_positive_integer_from_positive_integer ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_alias_import_statements ... ok
[INFO] [stdout] test core::runtime::tests::should_iterate_and_read_internal_variables ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_comments ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_multiple_import_statements ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_identifiers ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey ... ok
[INFO] [stdout] test core::tests::should_add_positive_integer_to_double ... ok
[INFO] [stdout] test journey::step::listner::parser::tests::should_parse_start_listner_step ... ok
[INFO] [stdout] test journey::step::parser::tests::should_parse_step_with_rest_step ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_plain_import_statements ... ok
[INFO] [stdout] test journey::step::rest::parser::tests::should_parse_reststep_when_no_extraction ... ok
[INFO] [stdout] test journey::parser::tests::should_parse_journey_with_parameters ... ok
[INFO] [stdout] test journey::step::rest::parser::tests::should_parse_reststep_with_extraction ... ok
[INFO] [stdout] test journey::step::parser::tests::should_parse_step_with_system_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_arged_for_with_loop_variable ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_arged_for_with_loop_variable_and_index_variable ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_arged_for_without_variables ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_assignment_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_for_left_part ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_for_right_with_args ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_for_right_without_args ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_delete_rest_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_for_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_if_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_journey_step_without_args ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_get_rest_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_journey_step_with_args ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_journey_step_without_package ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_one_or_many_steps_when_multiple_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_printstep ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_multiple_background_steps ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_push_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_single_background_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_assignment_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_for_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_one_or_many_steps_when_one_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_global_assignment_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_assignment_step_with_operator ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_printstep ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_unarged_for ... ok
[INFO] [stdout] test journey::step::listner::parser::tests::should_parse_start_listner_step_with_variables ... ok
[INFO] [stdout] test journey::step::system::tests::should_execute_global_assignment_step ... ok
[INFO] [stdout] test journey::step::system::parser::tests::should_parse_systemstep_with_push_step ... ok
[INFO] [stdout] test journey::step::system::tests::should_execute_assignment_step ... ok
[INFO] [stdout] test journey::step::system::tests::should_execute_for_step ... ok
[INFO] [stdout] test journey::step::system::tests::should_execute_print_step ... ok
[INFO] [stdout] test journey::step::tests::should_execute_system_step ... ok
[INFO] [stdout] test journey::tests::should_ask_for_choice_again_journey ... ok
[INFO] [stdout] test journey::tests::should_start_journey ... ok
[INFO] [stdout] test parser::tests::should_parse_identifier ... ok
[INFO] [stdout] test template::form::extractable::parser::tests::should_parse_extractable_form ... ok
[INFO] [stdout] test template::functions::tests::should_add ... ok
[INFO] [stdout] test template::functions::tests::should_and ... ok
[INFO] [stdout] test template::functions::tests::should_ceil ... ok
[INFO] [stdout] test template::functions::tests::should_cint ... ok
[INFO] [stdout] test template::functions::tests::should_concat ... ok
[INFO] [stdout] test template::functions::tests::should_divide ... ok
[INFO] [stdout] test template::functions::tests::should_find_index_of_array ... ok
[INFO] [stdout] test template::functions::tests::should_find_index_of_string ... ok
[INFO] [stdout] test template::functions::tests::should_find_length_of_array ... ok
[INFO] [stdout] test template::functions::tests::should_find_length_of_string ... ok
[INFO] [stdout] test template::functions::tests::should_floor ... ok
[INFO] [stdout] test template::functions::tests::should_format_with_double_args ... ok
[INFO] [stdout] test parser::tests::should_recognize_function_names ... ok
[INFO] [stdout] test template::functions::tests::should_generate_array ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_post_rest_step ... ok
[INFO] [stdout] test template::functions::tests::should_generate_array_of_unique_random_elements ... ok
[INFO] [stdout] test template::functions::tests::should_ge ... ok
[INFO] [stdout] test template::functions::tests::should_get_zipcode ... ok
[INFO] [stdout] test template::functions::tests::should_left ... ok
[INFO] [stdout] test template::functions::tests::should_lpad ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_patch_rest_step ... ok
[INFO] [stdout] test template::functions::tests::should_mid ... ok
[INFO] [stdout] test template::functions::tests::should_give_negative_when_cannot_find_index_of_array ... ok
[INFO] [stdout] test template::functions::tests::should_give_negative_when_cannot_find_index_of_string ... ok
[INFO] [stdout] test template::functions::tests::should_or ... ok
[INFO] [stdout] test template::functions::tests::should_multiply ... ok
[INFO] [stdout] test template::functions::tests::should_right ... ok
[INFO] [stdout] test template::functions::tests::should_round_above ... ok
[INFO] [stdout] test template::functions::tests::should_round_below ... ok
[INFO] [stdout] test template::functions::tests::should_subtract ... ok
[INFO] [stdout] test template::functions::tests::should_not ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractablemapobject ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableobject ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableobjectoptions_when_extractableforloop ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableobjectoptions_when_extractablemapobject ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableobjectoptions_when_fixedarray ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableobjectoptions_when_variablereference ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_put_rest_step ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractablepair ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_vec_extractableobject ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractableforloop ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractableobject_when_extractableforloop ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractablemapobject ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractableobject_when_extractablemapobject ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractableobject_when_fixedarray ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractableobject_when_variablereference ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_extractablepair ... ok
[INFO] [stdout] test template::object::extractable::tests::should_extract_vec_extractableobject ... ok
[INFO] [stdout] test template::functions::tests::should_rpad ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillable_obj_rhs_when_expression ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillable_obj_rhs_when_array ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillableforloop_for_arged_fillable_for_without_index ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillablemapobject ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillableforloop_for_arged_fillable_for_with_index ... ok
[INFO] [stdout] test journey::step::websocket::client::tests::should_execute_websocket_client_connect_step ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillablepair ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableobject_when_array ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableobject_when_expression ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableobject_when_forloop ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableobject_when_map ... ok
[INFO] [stdout] test template::object::extractable::parser::tests::should_parse_extractableforloop ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillable_obj_rhs_when_object ... ok
[INFO] [stdout] test template::object::parser::tests::should_parse_fillableforloop_for_unarged_fillable_for ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableobjectmap ... ok
[INFO] [stdout] test template::functions::tests::should_format_without_any_args ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillablepair ... ok
[INFO] [stdout] test template::object::tests::should_fill_fillableforloop ... ok
[INFO] [stdout] test template::parser::tests::should_parse_and ... ok
[INFO] [stdout] test template::parser::tests::should_parse_assignable_when_fillabletext ... ok
[INFO] [stdout] test template::parser::tests::should_parse_assignable_when_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_constant ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_chain_dot_function_on_variable ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_operator ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_dot_function_on_variable ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_dot_function_on_fqn_variable ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_variable ... ok
[INFO] [stdout] test template::parser::tests::should_parse_assignable_when_fillableobject ... ok
[INFO] [stdout] test template::parser::tests::should_parse_fillableobject_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_function ... ok
[INFO] [stdout] test template::parser::tests::should_parse_chain ... ok
[INFO] [stdout] test template::parser::tests::should_parse_function_call_chain ... ok
[INFO] [stdout] test template::parser::tests::should_parse_expression_when_dot_function_on_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_naked_function_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_not ... ok
[INFO] [stdout] test template::parser::tests::should_parse_or ... ok
[INFO] [stdout] test template::parser::tests::should_parse_partially_when_keyword_in_variable_reference_name ... ok
[INFO] [stdout] test template::parser::tests::should_parse_nested_stack_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_not_eq ... ok
[INFO] [stdout] test template::parser::tests::should_parse_variable_reference_name_when_dot ... ok
[INFO] [stdout] test template::parser::tests::should_parse_variable_reference_name_when_keyword ... ok
[INFO] [stdout] test template::parser::tests::should_parse_simple_stack_expression ... ok
[INFO] [stdout] test template::parser::tests::should_parse_variable_reference_name ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractable_body_with_form ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractableresponse_starting_with_body_object ... ok
[INFO] [stdout] test template::parser::tests::should_parse_non_function_call_expression ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractableresponsebody ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractableresponseheaderpair ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractableresponseheadervalue ... ok
[INFO] [stdout] test template::rest::extractable::tests::should_extract_extractableresponsebody ... ok
[INFO] [stdout] test template::rest::extractable::tests::should_extract_extractableresponse ... ok
[INFO] [stdout] test template::rest::extractable::tests::should_extract_extractableresponseheaderheaders ... ok
[INFO] [stdout] test template::rest::extractable::tests::should_extract_extractableresponseheadervalue ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequest_when_headers_and_no_body ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequestbody ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequest_when_no_headers_and_body ... ok
[INFO] [stdout] test template::rest::extractable::parser::tests::should_parse_extractableresponseheaders ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequest_when_headers_and_body ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_restverb_delete ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_restverb_get ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_restverb_patch ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequestheaderpair ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_restverb_post ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequest_when_only_url ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_restverb_put ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequestheaders ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_url_when_expression ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_fillablerequestheadervalue ... ok
[INFO] [stdout] test template::rest::parser::tests::should_parse_url_when_text ... ok
[INFO] [stdout] test template::rest::tests::should_fill_url_when_text ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequest_when_with_headers_and_no_body ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequestbody ... ok
[INFO] [stdout] test template::rest::tests::should_fill_url_when_expression ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequest_when_with_body_and_headers ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequest_when_with_body_and_no_headers ... ok
[INFO] [stdout] test template::rest::tests::should_fill_fillablerequestheadervalue ... ok
[INFO] [stdout] test template::tests::should_evaluate_expression_when_function ... ok
[INFO] [stdout] test template::tests::should_evaluate_expression_when_constant ... ok
[INFO] [stdout] test template::text::extractable::parser::tests::should_parse_extractable_text_with_multiple_variable ... ok
[INFO] [stdout] test template::text::extractable::parser::tests::should_parse_extractable_text_with_one_variable ... ok
[INFO] [stdout] test template::tests::should_fill_assignable_when_expression ... ok
[INFO] [stdout] test template::text::extractable::tests::should_extract_extractable_text_with_one_variable ... ok
[INFO] [stdout] test template::tests::should_evaluate_expression_when_variable ... ok
[INFO] [stdout] test template::text::extractable::tests::should_extract_extractable_text_with_single_variable_and_leading_and_trailing_string ... ok
[INFO] [stdout] test template::text::extractable::tests::should_extract_extractable_text_with_single_variable_and_leading_string ... ok
[INFO] [stdout] test template::text::extractable::tests::should_extract_extractable_text_with_single_variable_and_trailing_string ... ok
[INFO] [stdout] test template::tests::should_fill_assignable_when_fillabletext ... ok
[INFO] [stdout] test template::text::extractable::parser::tests::should_parse_extractable_text ... ok
[INFO] [stdout] test template::text::extractable::tests::should_match_if_middle_variable_not_present ... ok
[INFO] [stdout] test template::tests::should_fill_assignable_when_fillableobject ... ok
[INFO] [stdout] test template::text::extractable::tests::should_not_match_part_of_text_if_trailing_text_not_present ... ok
[INFO] [stdout] test template::text::extractable::tests::should_not_match_if_trailing_variable_not_present ... ok
[INFO] [stdout] test template::text::extractable::tests::should_not_match_part_of_static_text ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_scriplet_block_of_text ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_arged_text_for_loop_without_variables ... ok
[INFO] [stdout] test template::text::extractable::tests::should_not_match_part_of_text_with_variable_trailing_with_string ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_scriplet_with_expression ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_scriplet_with_unary ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_block_of_text ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_block_with_escaped_back_tick ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_scriplet_with_binary_operator ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_scriplet_with_for ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_for_loop_left_part ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_for_loop_right_part_when_unarged_for ... ok
[INFO] [stdout] test template::text::extractable::tests::should_match_part_of_text_with_variable_trailing_with_nothing ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_for_loop_right_part_when_arged_for ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_textforloop ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_with_multiple_scriptlet_and_text ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_arged_text_for_loop_with_loop_variable ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_text_with_scriptlet_and_text ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_arged_text_for_loop_with_loop_variable_and_index ... ok
[INFO] [stdout] test template::text::tests::should_fill_block_with_text ... ok
[INFO] [stdout] test template::text::tests::should_fill_block_with_scriplet ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_textloopinnertemplate_with_expression ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_unarged_text_for_loop ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_textloopinnertemplate_with_for_loop ... ok
[INFO] [stdout] test template::text::tests::should_fill_expression ... ok
[INFO] [stdout] test template::text::tests::should_fill_scriplet_with_expression ... ok
[INFO] [stdout] test template::text::parser::tests::should_parse_textloopinnertemplate_with_text_block ... ok
[INFO] [stdout] test template::text::tests::should_fill_scriplet_with_for_loop ... ok
[INFO] [stdout] test template::text::tests::should_fill_textloopinnertemplate_when_expression ... ok
[INFO] [stdout] test template::text::tests::should_fill_textloopinnertemplate_when_for_loop ... ok
[INFO] [stdout] test template::text::tests::should_fill_textforloop ... ok
[INFO] [stdout] test template::text::tests::should_fill_textloopinnertemplate_when_blocks ... ok
[INFO] [stdout] test template::text::tests::should_fill_text_with_scriptlet_and_text ... ok
[INFO] [stdout] test journey::step::rest::tests::should_execute_get_rest_step_onhttps ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- journey::step::rest::tests::should_execute_get_rest_step_onhttps stdout ----
[INFO] [stdout] Error Response for api https://jsonplaceholder.typicode.com/todos/1 hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }))
[INFO] [stdout] 
[INFO] [stdout] thread 'journey::step::rest::tests::should_execute_get_rest_step_onhttps' (68) panicked at corr-lib/src/journey/step/rest/mod.rs:189:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(String("delectus aut autem"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59575c401322 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59575c401322 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59575c401322 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59575c401322 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59575c41591f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59575c41591f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59575c3cc5a3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59575c3cc5a3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59575c3d9a22 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59575c3dec5f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59575c3deaf1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59575c39f0fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x59575c39f0fe - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59575c3df31f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x59575c3df31f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59575c3df0ca - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59575c3d9b59 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59575c3bffed - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59575c421a70 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59575c421823 - core::panicking::assert_failed_inner::h865658b89c1b891d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x59575b9852ad - core::panicking::assert_failed::h6dcadedeaddd581a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x59575ba52b99 - corr_lib::journey::step::rest::tests::should_execute_get_rest_step_onhttps::{{closure}}::h26a790d6cbb896d0
[INFO] [stdout]                                at /opt/rustwide/workdir/corr-lib/src/journey/step/rest/mod.rs:189:9
[INFO] [stdout]   22:     0x59575b71c212 - <core::pin::Pin<P> as core::future::future::Future>::poll::h40b512690222b032
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x59575b71c7ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h9c7d508bc440e214
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59575b9f23dd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hfe92bc47864876eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   25:     0x59575b9f22db - tokio::runtime::coop::with_budget::h1209a8979ba38ae3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107:5
[INFO] [stdout]   26:     0x59575b9f22db - tokio::runtime::coop::budget::h7aaffdbd3f1c882b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73:5
[INFO] [stdout]   27:     0x59575b9f22db - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::haafd198c61685dce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   28:     0x59575b9efa50 - tokio::runtime::scheduler::current_thread::Context::enter::hd4fddb530e860b06
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   29:     0x59575b9f0d60 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h02eb37370161a8d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   30:     0x59575b9f0a04 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6055c45272e856ab
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   31:     0x59575b8d461b - tokio::runtime::context::scoped::Scoped<T>::set::hec4f5809a6544a26
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x59575b710d19 - tokio::runtime::context::set_scheduler::{{closure}}::h6750d2bb60263fb0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:38
[INFO] [stdout]   33:     0x59575b86f992 - std::thread::local::LocalKey<T>::try_with::h7019483c135b0736
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   34:     0x59575b86d85e - std::thread::local::LocalKey<T>::with::h98d2bdaa7fb79b66
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   35:     0x59575b710c8d - tokio::runtime::context::set_scheduler::h2b4e8488ca277d39
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:17
[INFO] [stdout]   36:     0x59575b9f07b0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hcf1879c09dff8204
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   37:     0x59575b9f0aa3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h6b067460ef5c4fe8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   38:     0x59575b9e8813 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hf11404020825d6a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   39:     0x59575b711180 - tokio::runtime::context::runtime::enter_runtime::h50fc2f0da0f2c7f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x59575b9e8261 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hcc91e8b3a38e1ff5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   41:     0x59575b8d488a - tokio::runtime::runtime::Runtime::block_on_inner::hbbf5e5651910e3e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:361:52
[INFO] [stdout]   42:     0x59575b8d4975 - tokio::runtime::runtime::Runtime::block_on::h16621c6ace372063
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:335:18
[INFO] [stdout]   43:     0x59575ba51f63 - corr_lib::journey::step::rest::tests::should_execute_get_rest_step_onhttps::ha338c448ddd3a6f1
[INFO] [stdout]                                at /opt/rustwide/workdir/corr-lib/src/journey/step/rest/mod.rs:189:134
[INFO] [stdout]   44:     0x59575ba51ff7 - corr_lib::journey::step::rest::tests::should_execute_get_rest_step_onhttps::{{closure}}::h14725ddc1e2f65c7
[INFO] [stdout]                                at /opt/rustwide/workdir/corr-lib/src/journey/step/rest/mod.rs:176:52
[INFO] [stdout]   45:     0x59575b7777c6 - core::ops::function::FnOnce::call_once::ha9344f9c8ac3a9bf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x59575c39eefb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x59575c39eefb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x59575c3b2f5d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x59575c3b2f5d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x59575c3b2f5d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x59575c3b2f5d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x59575c3b2f5d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x59575c3b2f5d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x59575c3b2f5d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x59575c38c4a4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x59575c38c4a4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x59575c38fcfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   58:     0x59575c38fcfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x59575c38fcfa - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x59575c38fcfa - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x59575c38fcfa - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59575c38fcfa - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   63:     0x59575c38fcfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x59575c3d4f5f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   65:     0x59575c3d4f5f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   66:     0x7f89d8f68aa4 - <unknown>
[INFO] [stdout]   67:     0x7f89d8ff5a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     journey::step::rest::tests::should_execute_get_rest_step_onhttps
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 259 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p corr-lib --lib`
[INFO] running `Command { std: "docker" "inspect" "121ab0aa2d500c10044a907b807da1f6c096c0d0a4bd4569ee152b3ce80571a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "121ab0aa2d500c10044a907b807da1f6c096c0d0a4bd4569ee152b3ce80571a2", kill_on_drop: false }`
[INFO] [stdout] 121ab0aa2d500c10044a907b807da1f6c096c0d0a4bd4569ee152b3ce80571a2
