[INFO] updating cached repository https://github.com/VukoDrakkeinen/magnatar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6d009d57449f575e204c109b43a83adaaa45fdd8 [INFO] testing VukoDrakkeinen/magnatar against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FVukoDrakkeinen%2Fmagnatar" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VukoDrakkeinen/magnatar on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/VukoDrakkeinen/magnatar [INFO] finished tweaking git repo https://github.com/VukoDrakkeinen/magnatar [INFO] tweaked toml for git repo https://github.com/VukoDrakkeinen/magnatar written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/VukoDrakkeinen/magnatar already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 919ea831a11287a67f2ee6d6e530f428b394e6e8c64163ce0ca409e39f65edac [INFO] running `"docker" "start" "-a" "919ea831a11287a67f2ee6d6e530f428b394e6e8c64163ce0ca409e39f65edac"` [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling serde v0.7.15 [INFO] [stderr] Compiling bip_bencode v0.1.3 [INFO] [stderr] Compiling syntex_pos v0.39.0 [INFO] [stderr] Compiling syntex_errors v0.39.0 [INFO] [stderr] Compiling syntex_syntax v0.39.0 [INFO] [stderr] Compiling serde_json v0.7.4 [INFO] [stderr] warning[E0502]: cannot borrow `cx.parse_sess.span_diagnostic` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.39.0/src/ext/expand.rs:659:25 [INFO] [stderr] | [INFO] [stderr] 649 | let mut expander = MacroExpander::new(&mut cx); [INFO] [stderr] | ------- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 659 | let err_count = cx.parse_sess.span_diagnostic.err_count(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 660 | let mut ret = expander.fold_crate(c); [INFO] [stderr] | -------- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling syntex v0.39.0 [INFO] [stderr] Compiling aster v0.22.1 [INFO] [stderr] Compiling serde_codegen_internals v0.4.0 [INFO] [stderr] Compiling quasi v0.16.0 [INFO] [stderr] Compiling quasi_codegen v0.16.0 [INFO] [stderr] Compiling serde_codegen v0.7.15 [INFO] [stderr] Compiling magnatar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:20:87 [INFO] [stderr] | [INFO] [stderr] 20 | if let Ok(expanded) = self.strip_prefix("~").map_err(|_| ()).and_then(|latter_part| env::home_dir().ok_or(()).map(|home| home.join(latter_part))) { //todo: how the fuck do I make this readable [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.97s [INFO] running `"docker" "inspect" "919ea831a11287a67f2ee6d6e530f428b394e6e8c64163ce0ca409e39f65edac"` [INFO] running `"docker" "rm" "-f" "919ea831a11287a67f2ee6d6e530f428b394e6e8c64163ce0ca409e39f65edac"` [INFO] [stdout] 919ea831a11287a67f2ee6d6e530f428b394e6e8c64163ce0ca409e39f65edac [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 09901e5fa5143d30852d176db164798fa3a90c0a451bab499baa8833c8065a11 [INFO] running `"docker" "start" "-a" "09901e5fa5143d30852d176db164798fa3a90c0a451bab499baa8833c8065a11"` [INFO] [stderr] Compiling magnatar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:20:87 [INFO] [stderr] | [INFO] [stderr] 20 | if let Ok(expanded) = self.strip_prefix("~").map_err(|_| ()).and_then(|latter_part| env::home_dir().ok_or(()).map(|home| home.join(latter_part))) { //todo: how the fuck do I make this readable [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "09901e5fa5143d30852d176db164798fa3a90c0a451bab499baa8833c8065a11"` [INFO] running `"docker" "rm" "-f" "09901e5fa5143d30852d176db164798fa3a90c0a451bab499baa8833c8065a11"` [INFO] [stdout] 09901e5fa5143d30852d176db164798fa3a90c0a451bab499baa8833c8065a11 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] d39a1ee9f586398c78f5059bec0075b02b91820d1fdf4a3915bb280a12e3306e [INFO] running `"docker" "start" "-a" "d39a1ee9f586398c78f5059bec0075b02b91820d1fdf4a3915bb280a12e3306e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/magnatar-4d6a2b3928a78b55 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "d39a1ee9f586398c78f5059bec0075b02b91820d1fdf4a3915bb280a12e3306e"` [INFO] running `"docker" "rm" "-f" "d39a1ee9f586398c78f5059bec0075b02b91820d1fdf4a3915bb280a12e3306e"` [INFO] [stdout] d39a1ee9f586398c78f5059bec0075b02b91820d1fdf4a3915bb280a12e3306e