[INFO] cloning repository https://github.com/auuo/aux-svc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/auuo/aux-svc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauuo%2Faux-svc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauuo%2Faux-svc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 64770da24832438f3604fc3a020896113857bc6a
[INFO] testing auuo/aux-svc against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauuo%2Faux-svc" "/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/auuo/aux-svc
[INFO] finished tweaking git repo https://github.com/auuo/aux-svc
[INFO] tweaked toml for git repo https://github.com/auuo/aux-svc written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/auuo/aux-svc on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/auuo/aux-svc 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 21319adedb0610a3898fdb33eb9c6dc9914eeff8f89922928dc8ab28f3bb1e48
[INFO] running `Command { std: "docker" "start" "-a" "21319adedb0610a3898fdb33eb9c6dc9914eeff8f89922928dc8ab28f3bb1e48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21319adedb0610a3898fdb33eb9c6dc9914eeff8f89922928dc8ab28f3bb1e48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21319adedb0610a3898fdb33eb9c6dc9914eeff8f89922928dc8ab28f3bb1e48", kill_on_drop: false }`
[INFO] [stdout] 21319adedb0610a3898fdb33eb9c6dc9914eeff8f89922928dc8ab28f3bb1e48
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b17184ab7e3a4915ef43f258b069330346e861b94ddb0e051931c835ed7739d2
[INFO] running `Command { std: "docker" "start" "-a" "b17184ab7e3a4915ef43f258b069330346e861b94ddb0e051931c835ed7739d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling tinystr v0.3.4
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling ryu v1.0.8
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling unic-langid-impl v0.9.0
[INFO] [stderr]    Compiling self_cell v0.10.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling unic-langid v0.9.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling rust-ini v0.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling intl_pluralrules v7.0.1
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling tokio v1.15.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aux-error v0.1.0 (/opt/rustwide/workdir/aux-error)
[INFO] [stderr]    Compiling aux-enums v0.1.0 (/opt/rustwide/workdir/aux-enums)
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling aux-context v0.1.0 (/opt/rustwide/workdir/aux-context)
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling aux-logid v0.1.0 (/opt/rustwide/workdir/aux-logid)
[INFO] [stderr]    Compiling serde-hjson v0.9.1
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling config v0.11.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling aux-config v0.1.0 (/opt/rustwide/workdir/aux-config)
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling fluent v0.16.0
[INFO] [stderr]    Compiling aux-i18n v0.1.0 (/opt/rustwide/workdir/aux-i18n)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b17184ab7e3a4915ef43f258b069330346e861b94ddb0e051931c835ed7739d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b17184ab7e3a4915ef43f258b069330346e861b94ddb0e051931c835ed7739d2", kill_on_drop: false }`
[INFO] [stdout] b17184ab7e3a4915ef43f258b069330346e861b94ddb0e051931c835ed7739d2
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3d31f0f866ad30fb694c9692bf356db38a14255dae8fb12a8e0d3f59387fc24
[INFO] running `Command { std: "docker" "start" "-a" "f3d31f0f866ad30fb694c9692bf356db38a14255dae8fb12a8e0d3f59387fc24", kill_on_drop: false }`
[INFO] [stderr]    Compiling aux-error v0.1.0 (/opt/rustwide/workdir/aux-error)
[INFO] [stderr]    Compiling aux-enums v0.1.0 (/opt/rustwide/workdir/aux-enums)
[INFO] [stderr]    Compiling aux-context v0.1.0 (/opt/rustwide/workdir/aux-context)
[INFO] [stderr]    Compiling aux-logid v0.1.0 (/opt/rustwide/workdir/aux-logid)
[INFO] [stderr]    Compiling aux-config v0.1.0 (/opt/rustwide/workdir/aux-config)
[INFO] [stderr]    Compiling aux-i18n v0.1.0 (/opt/rustwide/workdir/aux-i18n)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f3d31f0f866ad30fb694c9692bf356db38a14255dae8fb12a8e0d3f59387fc24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3d31f0f866ad30fb694c9692bf356db38a14255dae8fb12a8e0d3f59387fc24", kill_on_drop: false }`
[INFO] [stdout] f3d31f0f866ad30fb694c9692bf356db38a14255dae8fb12a8e0d3f59387fc24
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 64d91c39d9694c3806f8971aaf3208bc3d4c8aa62e568f793b4c06c56d6d4cb3
[INFO] running `Command { std: "docker" "start" "-a" "64d91c39d9694c3806f8971aaf3208bc3d4c8aa62e568f793b4c06c56d6d4cb3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aux_config-0011da6c5fe6baf1)
[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/aux_context-65b4a7deccbfebf7)
[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/aux_enums-0e6a3e4c3f2e3559)
[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/aux_error-726dc2d92547287e)
[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/aux_i18n-ecd533712993126a)
[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/aux_logid-e9c546795e098b74)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_get_local_ip ... ok
[INFO] [stdout] test test_gen_log_id ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aux_config
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test aux-config/src/lib.rs - APP_CONFIG (line 11) ... FAILED
[INFO] [stdout] test aux-config/src/lib.rs - config_keys (line 34) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- aux-config/src/lib.rs - APP_CONFIG (line 11) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `aux_svc`
[INFO] [stdout]   --> aux-config/src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use aux_svc::APP_CONFIG;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `aux_svc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aux_svc`, use `cargo add aux_svc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- aux-config/src/lib.rs - config_keys (line 34) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aux_svc`
[INFO] [stdout]   --> aux-config/src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | aux_svc::config_keys! {
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `aux_svc`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConfigKey`
[INFO] [stdout]   --> aux-config/src/lib.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 | println!("{}", ConfigKey::MYSQL_URL);
[INFO] [stdout]    |                ^^^^^^^^^ use of undeclared type `ConfigKey`
[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]     aux-config/src/lib.rs - APP_CONFIG (line 11)
[INFO] [stdout]     aux-config/src/lib.rs - config_keys (line 34)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p aux-config --doc`
[INFO] running `Command { std: "docker" "inspect" "64d91c39d9694c3806f8971aaf3208bc3d4c8aa62e568f793b4c06c56d6d4cb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64d91c39d9694c3806f8971aaf3208bc3d4c8aa62e568f793b4c06c56d6d4cb3", kill_on_drop: false }`
[INFO] [stdout] 64d91c39d9694c3806f8971aaf3208bc3d4c8aa62e568f793b4c06c56d6d4cb3
