[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f7c66ac4b0f7de3043ad682bad16cde14493109 [INFO] testing auuo/aux-svc against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauuo%2Faux-svc" "/workspace/builds/worker-53/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-53/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/auuo/aux-svc on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-53/source/Cargo.toml [INFO] crate git repo https://github.com/auuo/aux-svc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 985acf6a7f6f6c5bc431bfb7180f3049a18974872d921fe2cfdfe9354822d65a [INFO] running `Command { std: "docker" "start" "-a" "985acf6a7f6f6c5bc431bfb7180f3049a18974872d921fe2cfdfe9354822d65a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "985acf6a7f6f6c5bc431bfb7180f3049a18974872d921fe2cfdfe9354822d65a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "985acf6a7f6f6c5bc431bfb7180f3049a18974872d921fe2cfdfe9354822d65a", kill_on_drop: false }` [INFO] [stdout] 985acf6a7f6f6c5bc431bfb7180f3049a18974872d921fe2cfdfe9354822d65a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 461e2aeb992c61feec834e2d5afd43f93099c9206ebbb1d369b95a869d7d7d56 [INFO] running `Command { std: "docker" "start" "-a" "461e2aeb992c61feec834e2d5afd43f93099c9206ebbb1d369b95a869d7d7d56", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling tinystr v0.3.4 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.8 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling self_cell v0.10.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling aux-enums v0.1.0 (/opt/rustwide/workdir/aux-enums) [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling type-map v0.4.0 [INFO] [stderr] Compiling aux-context v0.1.0 (/opt/rustwide/workdir/aux-context) [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling unic-langid-impl v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling unic-langid v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling quote v1.0.10 [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 num-traits v0.1.43 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling aux-logid v0.1.0 (/opt/rustwide/workdir/aux-logid) [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling aux-config v0.1.0 (/opt/rustwide/workdir/aux-config) [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling fluent-syntax v0.11.0 [INFO] [stderr] Compiling aux-error v0.1.0 (/opt/rustwide/workdir/aux-error) [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 [unoptimized + debuginfo] target(s) in 2m 21s [INFO] running `Command { std: "docker" "inspect" "461e2aeb992c61feec834e2d5afd43f93099c9206ebbb1d369b95a869d7d7d56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "461e2aeb992c61feec834e2d5afd43f93099c9206ebbb1d369b95a869d7d7d56", kill_on_drop: false }` [INFO] [stdout] 461e2aeb992c61feec834e2d5afd43f93099c9206ebbb1d369b95a869d7d7d56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab5acab75fe5099946e13277dbd9cd501d9da5e52f266149d8b856c5bd7f7ae8 [INFO] running `Command { std: "docker" "start" "-a" "ab5acab75fe5099946e13277dbd9cd501d9da5e52f266149d8b856c5bd7f7ae8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-error v0.1.0 (/opt/rustwide/workdir/aux-error) [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 [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `Command { std: "docker" "inspect" "ab5acab75fe5099946e13277dbd9cd501d9da5e52f266149d8b856c5bd7f7ae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab5acab75fe5099946e13277dbd9cd501d9da5e52f266149d8b856c5bd7f7ae8", kill_on_drop: false }` [INFO] [stdout] ab5acab75fe5099946e13277dbd9cd501d9da5e52f266149d8b856c5bd7f7ae8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7199bbe816e50e669bb8c4db1210fb9c099f5a6b1cf1e61053894d8f97995d99 [INFO] running `Command { std: "docker" "start" "-a" "7199bbe816e50e669bb8c4db1210fb9c099f5a6b1cf1e61053894d8f97995d99", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aux_config-e7ec0403fab0d75d) [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 (/opt/rustwide/target/debug/deps/aux_context-c3611ae68d30eeee) [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 (/opt/rustwide/target/debug/deps/aux_enums-271095572c5de989) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aux_error-7ea69fb216148a51) [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 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 (/opt/rustwide/target/debug/deps/aux_i18n-6e1a6abe0d1aaea1) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aux_logid-5576a0c4c443582b) [INFO] [stdout] running 2 tests [INFO] [stdout] test test_get_local_ip ... ok [INFO] [stderr] Doc-tests aux-config [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.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - config_keys (line 34) ... FAILED [INFO] [stdout] test src/lib.rs - APP_CONFIG (line 11) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - config_keys (line 34) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aux_svc` [INFO] [stdout] --> src/lib.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 3 | aux_svc::config_keys! { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `aux_svc` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConfigKey` [INFO] [stdout] --> src/lib.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 6 | 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] ---- src/lib.rs - APP_CONFIG (line 11) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `aux_svc` [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | use aux_svc::APP_CONFIG; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `aux_svc` [INFO] [stdout] [INFO] [stdout] error: aborting due to 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] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - APP_CONFIG (line 11) [INFO] [stdout] 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.06s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "7199bbe816e50e669bb8c4db1210fb9c099f5a6b1cf1e61053894d8f97995d99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7199bbe816e50e669bb8c4db1210fb9c099f5a6b1cf1e61053894d8f97995d99", kill_on_drop: false }` [INFO] [stdout] 7199bbe816e50e669bb8c4db1210fb9c099f5a6b1cf1e61053894d8f97995d99