[INFO] updating cached repository https://github.com/bomgar/dotcopter [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] fc18a89014be5f5b87089e710c00a86967bb4601 [INFO] testing bomgar/dotcopter against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbomgar%2Fdotcopter" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bomgar/dotcopter on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bomgar/dotcopter [INFO] finished tweaking git repo https://github.com/bomgar/dotcopter [INFO] tweaked toml for git repo https://github.com/bomgar/dotcopter written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/bomgar/dotcopter already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 913faab00046b279237825aee357e79e10554c0385e8e374e21924a64deb6035 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "913faab00046b279237825aee357e79e10554c0385e8e374e21924a64deb6035"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling regex v1.1.8 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling dirs v2.0.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling dotcopter v0.4.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.62s [INFO] running `"docker" "inspect" "913faab00046b279237825aee357e79e10554c0385e8e374e21924a64deb6035"` [INFO] running `"docker" "rm" "-f" "913faab00046b279237825aee357e79e10554c0385e8e374e21924a64deb6035"` [INFO] [stdout] 913faab00046b279237825aee357e79e10554c0385e8e374e21924a64deb6035 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eadc6bb2c4b0af1b04034f96e43df38719c278e864b8e1454adf5bf24f83f352 [INFO] running `"docker" "start" "-a" "eadc6bb2c4b0af1b04034f96e43df38719c278e864b8e1454adf5bf24f83f352"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling dotcopter v0.4.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.46s [INFO] running `"docker" "inspect" "eadc6bb2c4b0af1b04034f96e43df38719c278e864b8e1454adf5bf24f83f352"` [INFO] running `"docker" "rm" "-f" "eadc6bb2c4b0af1b04034f96e43df38719c278e864b8e1454adf5bf24f83f352"` [INFO] [stdout] eadc6bb2c4b0af1b04034f96e43df38719c278e864b8e1454adf5bf24f83f352 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 423c0fb4d4e9e5baad8e5d4f7b05f7ac8a43d9e724d5ea9d6f8452a177cbc3b4 [INFO] running `"docker" "start" "-a" "423c0fb4d4e9e5baad8e5d4f7b05f7ac8a43d9e724d5ea9d6f8452a177cbc3b4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dotcopter-a2325af5e4eef186 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] Jun 06 22:17:30.906 INFO Processing dotfiles [INFO] [stdout] test config::tests::parse_config ... ok [INFO] [stdout] test mutate::tests::test_add_dotfile_to_config ... ok [INFO] [stdout] test import::tests::test_replace_path_with_tilde ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "423c0fb4d4e9e5baad8e5d4f7b05f7ac8a43d9e724d5ea9d6f8452a177cbc3b4"` [INFO] running `"docker" "rm" "-f" "423c0fb4d4e9e5baad8e5d4f7b05f7ac8a43d9e724d5ea9d6f8452a177cbc3b4"` [INFO] [stdout] 423c0fb4d4e9e5baad8e5d4f7b05f7ac8a43d9e724d5ea9d6f8452a177cbc3b4