[INFO] updating cached repository https://github.com/tomjakubowski/quagmire
[INFO] running `"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"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] f50ce5ea56295d550a247a482ea61208f1a6bef5
[INFO] checking tomjakubowski/quagmire against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomjakubowski%2Fquagmire" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tomjakubowski/quagmire on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/tomjakubowski/quagmire
[INFO] finished tweaking git repo https://github.com/tomjakubowski/quagmire
[INFO] tweaked toml for git repo https://github.com/tomjakubowski/quagmire written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/tomjakubowski/quagmire already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/alexcrichton/toml-rs`
[INFO] [stderr]     Updating git repository `https://github.com/o11c/rust-xdg`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] eff89b9a8f0b148d8398190f8e3f5a95421695f2405611fed205a58cbf83d930
[INFO] running `"docker" "start" "-a" "eff89b9a8f0b148d8398190f8e3f5a95421695f2405611fed205a58cbf83d930"`
[INFO] [stderr]     Checking xdg v0.1.0 (https://github.com/o11c/rust-xdg#a6526694)
[INFO] [stderr]     Checking toml v0.5.6 (https://github.com/alexcrichton/toml-rs#7a43ac9e)
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:32:38
[INFO] [stderr]    |
[INFO] [stderr] 32 |         let data_home = getenv_one(|&: n: &str| env(n), "XDG_DATA_HOME").unwrap_or(home.join(".local/share"));
[INFO] [stderr]    |                                      ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:33:40
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let config_home = getenv_one(|&: n: &str| env(n), "XDG_CONFIG_HOME").unwrap_or(home.join(".config"));
[INFO] [stderr]    |                                        ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:34:39
[INFO] [stderr]    |
[INFO] [stderr] 34 |         let cache_home = getenv_one(|&: n: &str| env(n), "XDG_CACHE_HOME").unwrap_or(home.join(".cache"));
[INFO] [stderr]    |                                       ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:35:39
[INFO] [stderr]    |
[INFO] [stderr] 35 |         let data_dirs = getenv_many(|&: n: &str| env(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]);
[INFO] [stderr]    |                                       ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:36:41
[INFO] [stderr]    |
[INFO] [stderr] 36 |         let config_dirs = getenv_many(|&: n: &str| env(n), "XDG_CONFIG_DIRS").unwrap_or(vec![Path::new("/etc/xdg")]);
[INFO] [stderr]    |                                         ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error: expected parameter name, found `:`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:37:40
[INFO] [stderr]    |
[INFO] [stderr] 37 |         let runtime_dir = getenv_one(|&: n: &str| env(n), "XDG_RUNTIME_DIR"); // optional
[INFO] [stderr]    |                                        ^ expected parameter name
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::path::BytesContainer`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::path::BytesContainer;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `BytesContainer` in `path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `old_io` in `std`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::old_io::fs::PathExtensions;
[INFO] [stderr]   |          ^^^^^^ could not find `old_io` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::old_io`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::old_io as io;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `old_io` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:35:90
[INFO] [stderr]    |
[INFO] [stderr] 35 |         let data_dirs = getenv_many(|&: n: &str| env(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]);
[INFO] [stderr]    |                                                                                          ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:35:121
[INFO] [stderr]    |
[INFO] [stderr] 35 |         let data_dirs = getenv_many(|&: n: &str| env(n), "XDG_DATA_DIRS").unwrap_or(vec![Path::new("/usr/local/share"), Path::new("/usr/share")]);
[INFO] [stderr]    |                                                                                                                         ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:36:94
[INFO] [stderr]    |
[INFO] [stderr] 36 |         let config_dirs = getenv_many(|&: n: &str| env(n), "XDG_CONFIG_DIRS").unwrap_or(vec![Path::new("/etc/xdg")]);
[INFO] [stderr]    |                                                                                              ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:158:16
[INFO] [stderr]     |
[INFO] [stderr] 158 |     let path = Path::new(val);
[INFO] [stderr]     |                ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:186:13
[INFO] [stderr]     |
[INFO] [stderr] 186 |     let b = Path::new(b);
[INFO] [stderr]     |             ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:9:16
[INFO] [stderr]   |
[INFO] [stderr] 9 |     data_home: Path,
[INFO] [stderr]   |                ^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::path::Path;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 |     config_home: Path,
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 |     cache_home: Path,
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:12:20
[INFO] [stderr]    |
[INFO] [stderr] 12 |     data_dirs: Vec<Path>,
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct XdgDirs<Path>
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:13:22
[INFO] [stderr]    |
[INFO] [stderr] 13 |     config_dirs: Vec<Path>,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct XdgDirs<Path>
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 |     runtime_dir: Option<Path>,
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct XdgDirs<Path>
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `getenv_as_bytes` in module `std::os`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:21:40
[INFO] [stderr]    |
[INFO] [stderr] 21 |         XdgDirs::new_with_env(std::os::getenv_as_bytes)
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^ not found in `std::os`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `homedir` in module `std::os`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:26:29
[INFO] [stderr]    |
[INFO] [stderr] 26 |         let home = std::os::homedir().unwrap();
[INFO] [stderr]    |                             ^^^^^^^ not found in `std::os`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:79:70
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn want_write_data<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                      ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:83:72
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn want_write_config<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                        ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:87:71
[INFO] [stderr]    |
[INFO] [stderr] 87 |     pub fn want_write_cache<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                       ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:91:73
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn need_write_runtime<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:95:70
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn want_mkdir_data<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                      ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:99:72
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub fn want_mkdir_config<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]    |                                                                        ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:103:71
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub fn want_mkdir_cache<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]     |                                                                       ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:107:73
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub fn need_mkdir_runtime<B: BytesContainer + Copy>(&self, b: B) -> Path
[INFO] [stderr]     |                                                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:112:76
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub fn want_read_data<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:116:78
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub fn want_read_config<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                              ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:120:77
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn want_read_cache<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:124:79
[INFO] [stderr]     |
[INFO] [stderr] 124 |     pub fn need_read_runtime<B: BytesContainer + Copy>(&self, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                               ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:129:77
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn want_list_data_all<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:133:79
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub fn want_list_config_all<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                               ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:137:78
[INFO] [stderr]     |
[INFO] [stderr] 137 |     pub fn want_list_data_once<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                              ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:141:80
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn want_list_config_once<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                                ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:145:74
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn want_list_cache<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:149:76
[INFO] [stderr]     |
[INFO] [stderr] 149 |     pub fn need_list_runtime<B: BytesContainer + Copy>(&self, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 17  | impl<Path> XdgDirs
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:155:76
[INFO] [stderr]     |
[INFO] [stderr] 155 | fn getenv_one<F: Fn(&str) -> Option<Vec<u8>>>(env: F, var: &str) -> Option<Path>
[INFO] [stderr]     |                                                                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 155 | fn getenv_one<F: Fn(&str) -> Option<Vec<u8>>, Path>(env: F, var: &str) -> Option<Path>
[INFO] [stderr]     |                                             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:169:81
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn getenv_many<F: Fn(&str) -> Option<Vec<u8>>>(env: F, var: &str) -> Option<Vec<Path>>
[INFO] [stderr]     |                                                                                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn getenv_many<F: Fn(&str) -> Option<Vec<u8>>, Path>(env: F, var: &str) -> Option<Vec<Path>>
[INFO] [stderr]     |                                              ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `split_paths` in module `std::os`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:172:26
[INFO] [stderr]     |
[INFO] [stderr] 172 |     let paths = std::os::split_paths(val);
[INFO] [stderr]     |                          ^^^^^^^^^^^ not found in `std::os`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::env::split_paths;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:173:20
[INFO] [stderr]     |
[INFO] [stderr] 173 |     let paths: Vec<Path> = paths.into_iter().filter(|p| p.is_absolute()).collect();
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn getenv_many<F: Fn(&str) -> Option<Vec<u8>>, Path>(env: F, var: &str) -> Option<Vec<Path>>
[INFO] [stderr]     |                                              ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:184:53
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn want_write_file<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stderr]     |                                                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:184:68
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn want_write_file<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stderr]     |                                                                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:193:52
[INFO] [stderr]     |
[INFO] [stderr] 193 | fn want_write_dir<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stderr]     |                                                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:193:67
[INFO] [stderr]     |
[INFO] [stderr] 193 | fn want_write_dir<B: BytesContainer + Copy>(home: &Path, b: B) -> Path
[INFO] [stderr]     |                                                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:200:52
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stderr]     |                                                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:200:69
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn want_read_file<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stderr]     |                                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:200:92
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn want_read_file<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stderr]     |                                                                                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn want_read_file<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Option<Path>
[INFO] [stderr]     |                                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:218:56
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                        ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:218:73
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn want_list_file_all<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:218:93
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn want_list_file_all<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                                             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn want_list_file_all<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:228:57
[INFO] [stderr]     |
[INFO] [stderr] 228 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:228:74
[INFO] [stderr]     |
[INFO] [stderr] 228 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 228 | fn want_list_file_once<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xdg-af2fd2b83690ac1f/a652669/src/xdg.rs:228:94
[INFO] [stderr]     |
[INFO] [stderr] 228 | fn want_list_file_once<B: BytesContainer + Copy>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                                                              ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 228 | fn want_list_file_once<B: BytesContainer + Copy, Path>(home: &Path, dirs: &Vec<Path>, b: B) -> Vec<Path>
[INFO] [stderr]     |                                                ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 57 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `xdg`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "eff89b9a8f0b148d8398190f8e3f5a95421695f2405611fed205a58cbf83d930"`
[INFO] running `"docker" "rm" "-f" "eff89b9a8f0b148d8398190f8e3f5a95421695f2405611fed205a58cbf83d930"`
[INFO] [stdout] eff89b9a8f0b148d8398190f8e3f5a95421695f2405611fed205a58cbf83d930
