[INFO] cloning repository https://github.com/elton/ntex-study
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elton/ntex-study" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felton%2Fntex-study", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felton%2Fntex-study'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c02576c12ea26b321b6ff43687ff9055ae3ebe6b
[INFO] checking elton/ntex-study against try#fa4dd1f19bfeb3fd235dc7f1406c42404436bef5 for pr-145108-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felton%2Fntex-study" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/elton/ntex-study
[INFO] finished tweaking git repo https://github.com/elton/ntex-study
[INFO] tweaked toml for git repo https://github.com/elton/ntex-study written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elton/ntex-study on toolchain fa4dd1f19bfeb3fd235dc7f1406c42404436bef5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elton/ntex-study 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" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ntex-codec v0.6.2
[INFO] [stderr]   Downloaded postgres v0.19.7
[INFO] [stderr]   Downloaded ntex-util v1.0.1
[INFO] [stderr]   Downloaded ntex-macros v0.1.3
[INFO] [stderr]   Downloaded ntex-tokio v0.4.0
[INFO] [stderr]   Downloaded ntex-connect v1.0.0
[INFO] [stderr]   Downloaded r2d2_postgres v0.18.1
[INFO] [stderr]   Downloaded ntex-rt v0.4.11
[INFO] [stderr]   Downloaded ntex-router v0.5.3
[INFO] [stderr]   Downloaded ntex-tls v1.0.0
[INFO] [stderr]   Downloaded postgres-protocol v0.6.6
[INFO] [stderr]   Downloaded env_logger v0.11.2
[INFO] [stderr]   Downloaded anstream v0.6.12
[INFO] [stderr]   Downloaded ntex-http v0.1.12
[INFO] [stderr]   Downloaded ntex-service v2.0.1
[INFO] [stderr]   Downloaded oneshot v0.1.6
[INFO] [stderr]   Downloaded postgres-types v0.2.6
[INFO] [stderr]   Downloaded ntex-io v1.0.1
[INFO] [stderr]   Downloaded diesel_derives v2.1.2
[INFO] [stderr]   Downloaded ntex-bytes v0.1.24
[INFO] [stderr]   Downloaded tokio-postgres v0.7.10
[INFO] [stderr]   Downloaded http v1.0.0
[INFO] [stderr]   Downloaded ntex-h2 v0.5.0
[INFO] [stderr]   Downloaded ntex v1.1.0
[INFO] [stderr]   Downloaded chrono v0.4.34
[INFO] [stderr]   Downloaded diesel v2.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d943bf0b558959db53c045f75ca785d4ee5d9c50c6c70b4f053f81999e080120
[INFO] running `Command { std: "docker" "start" "-a" "d943bf0b558959db53c045f75ca785d4ee5d9c50c6c70b4f053f81999e080120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d943bf0b558959db53c045f75ca785d4ee5d9c50c6c70b4f053f81999e080120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d943bf0b558959db53c045f75ca785d4ee5d9c50c6c70b4f053f81999e080120", kill_on_drop: false }`
[INFO] [stdout] d943bf0b558959db53c045f75ca785d4ee5d9c50c6c70b4f053f81999e080120
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af4b0afde28fed2c0dfdc431a7c418f6ff21cbc44fea4edd0b4a33102863062e
[INFO] running `Command { std: "docker" "start" "-a" "af4b0afde28fed2c0dfdc431a7c418f6ff21cbc44fea4edd0b4a33102863062e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking oneshot v0.1.6
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking ntex-service v2.0.1
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking event-listener v5.1.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]     Checking event-listener-strategy v0.5.0
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling cc v1.0.87
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking whoami v1.4.1
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking postgres-protocol v0.6.6
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking postgres-types v0.2.6
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking anstream v0.6.12
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking env_logger v0.11.2
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking ntex-rt v0.4.11
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking polling v3.5.0
[INFO] [stderr]     Checking ntex-util v1.0.1
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]    Compiling ntex-macros v0.1.3
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking tokio-postgres v0.7.10
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking ntex-bytes v0.1.24
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]     Checking postgres v0.19.7
[INFO] [stderr]     Checking r2d2_postgres v0.18.1
[INFO] [stderr]     Checking ntex-codec v0.6.2
[INFO] [stderr]     Checking ntex-http v0.1.12
[INFO] [stderr]     Checking ntex-router v0.5.3
[INFO] [stderr]     Checking ntex-io v1.0.1
[INFO] [stderr]     Checking diesel v2.1.4
[INFO] [stderr]     Checking ntex-tls v1.0.0
[INFO] [stderr]     Checking ntex-tokio v0.4.0
[INFO] [stderr]     Checking ntex-connect v1.0.0
[INFO] [stderr]     Checking ntex-h2 v0.5.0
[INFO] [stderr]     Checking ntex v1.1.0
[INFO] [stderr]     Checking ntex-study v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ntexstudy`
[INFO] [stdout]  --> tests/app_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ntexstudy;
[INFO] [stdout]   |     ^^^^^^^^^ no external crate `ntexstudy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `index` in this scope
[INFO] [stdout]   --> tests/app_test.rs:19:79
[INFO] [stdout]    |
[INFO] [stdout] 19 |         let app = test::init_service(web::App::new().route("/", web::get().to(index))).await;
[INFO] [stdout]    |                                                                               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ntexstudy` in this scope
[INFO] [stdout]  --> tests/app_test.rs:9:73
[INFO] [stdout]   |
[INFO] [stdout] 9 |             test::init_service(web::App::new().route("/", web::get().to(ntexstudy::index))).await;
[INFO] [stdout]   |                                                                         ^^^^^^^^^ use of unresolved module or unlinked crate `ntexstudy`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ntexstudy`, use `cargo add ntexstudy` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ntex-study` (test "app_test") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "af4b0afde28fed2c0dfdc431a7c418f6ff21cbc44fea4edd0b4a33102863062e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af4b0afde28fed2c0dfdc431a7c418f6ff21cbc44fea4edd0b4a33102863062e", kill_on_drop: false }`
[INFO] [stdout] af4b0afde28fed2c0dfdc431a7c418f6ff21cbc44fea4edd0b4a33102863062e
