[INFO] cloning repository https://github.com/xgillard/passg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xgillard/passg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxgillard%2Fpassg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxgillard%2Fpassg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 20f37e0010e42c5dabfef63d1a4ae92476d8151c
[INFO] testing xgillard/passg against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxgillard%2Fpassg" "/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/xgillard/passg
[INFO] finished tweaking git repo https://github.com/xgillard/passg
[INFO] tweaked toml for git repo https://github.com/xgillard/passg written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xgillard/passg on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xgillard/passg 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] edcddd946eab0c8e6df29ee22a22ffe448e5a56414c55da286111958be6534d8
[INFO] running `Command { std: "docker" "start" "-a" "edcddd946eab0c8e6df29ee22a22ffe448e5a56414c55da286111958be6534d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edcddd946eab0c8e6df29ee22a22ffe448e5a56414c55da286111958be6534d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edcddd946eab0c8e6df29ee22a22ffe448e5a56414c55da286111958be6534d8", kill_on_drop: false }`
[INFO] [stdout] edcddd946eab0c8e6df29ee22a22ffe448e5a56414c55da286111958be6534d8
[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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71c31e5b48ef63dc015cc6918fd274546e06fd9135caab6a3ddeb61b87a35f36
[INFO] running `Command { std: "docker" "start" "-a" "71c31e5b48ef63dc015cc6918fd274546e06fd9135caab6a3ddeb61b87a35f36", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling structopt-derive v0.4.16
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling structopt v0.3.23
[INFO] [stderr]    Compiling thiserror v1.0.29
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling derive_builder_core v0.10.2
[INFO] [stderr]    Compiling derive_builder_macro v0.10.2
[INFO] [stderr]    Compiling derive_builder v0.10.2
[INFO] [stderr]    Compiling passg-lib v0.1.0 (/opt/rustwide/workdir/passg-lib)
[INFO] [stderr]    Compiling passg-tool v0.1.0 (/opt/rustwide/workdir/passg-tool)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
[INFO] running `Command { std: "docker" "inspect" "71c31e5b48ef63dc015cc6918fd274546e06fd9135caab6a3ddeb61b87a35f36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71c31e5b48ef63dc015cc6918fd274546e06fd9135caab6a3ddeb61b87a35f36", kill_on_drop: false }`
[INFO] [stdout] 71c31e5b48ef63dc015cc6918fd274546e06fd9135caab6a3ddeb61b87a35f36
[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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c61f74044ccb0a1bc1f59ddc7a589b5bd5d6b22c6f6fb9f45862bebde8e38cb1
[INFO] running `Command { std: "docker" "start" "-a" "c61f74044ccb0a1bc1f59ddc7a589b5bd5d6b22c6f6fb9f45862bebde8e38cb1", kill_on_drop: false }`
[INFO] [stderr]    Compiling passg-lib v0.1.0 (/opt/rustwide/workdir/passg-lib)
[INFO] [stderr]    Compiling passg-tool v0.1.0 (/opt/rustwide/workdir/passg-tool)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "c61f74044ccb0a1bc1f59ddc7a589b5bd5d6b22c6f6fb9f45862bebde8e38cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c61f74044ccb0a1bc1f59ddc7a589b5bd5d6b22c6f6fb9f45862bebde8e38cb1", kill_on_drop: false }`
[INFO] [stdout] c61f74044ccb0a1bc1f59ddc7a589b5bd5d6b22c6f6fb9f45862bebde8e38cb1
[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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 86e6c3cc8019fe1a881f7e6226d25ee137f052c8908d8186086eae464a62371f
[INFO] running `Command { std: "docker" "start" "-a" "86e6c3cc8019fe1a881f7e6226d25ee137f052c8908d8186086eae464a62371f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/passg_lib-db1e37d0bbc4d213)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/passg_tool-4442593f2ec163d2)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests passg_lib
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test passg-lib/src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- passg-lib/src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `passg`
[INFO] [stdout]  --> passg-lib/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use passg::prelude::*;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `passg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `passg`, use `cargo add passg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GeneratorBuilder`
[INFO] [stdout]  --> passg-lib/src/lib.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | let generator = GeneratorBuilder::default().build();
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^ use of undeclared type `GeneratorBuilder`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 5 + use passg_lib::prelude::GeneratorBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     passg-lib/src/lib.rs - (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p passg-lib --doc`
[INFO] running `Command { std: "docker" "inspect" "86e6c3cc8019fe1a881f7e6226d25ee137f052c8908d8186086eae464a62371f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86e6c3cc8019fe1a881f7e6226d25ee137f052c8908d8186086eae464a62371f", kill_on_drop: false }`
[INFO] [stdout] 86e6c3cc8019fe1a881f7e6226d25ee137f052c8908d8186086eae464a62371f
