[INFO] crate dolores 0.1.10 is already in cache [INFO] testing dolores-0.1.10 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate dolores 0.1.10 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate dolores 0.1.10 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dolores 0.1.10 [INFO] finished tweaking crates.io crate dolores 0.1.10 [INFO] tweaked toml for crates.io crate dolores 0.1.10 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 497b459ff8806f18b3ce9fee6c425b4209b2fc3e25e1355521a496b1ace2d1fa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "497b459ff8806f18b3ce9fee6c425b4209b2fc3e25e1355521a496b1ace2d1fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "497b459ff8806f18b3ce9fee6c425b4209b2fc3e25e1355521a496b1ace2d1fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "497b459ff8806f18b3ce9fee6c425b4209b2fc3e25e1355521a496b1ace2d1fa", kill_on_drop: false }` [INFO] [stdout] 497b459ff8806f18b3ce9fee6c425b4209b2fc3e25e1355521a496b1ace2d1fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c203b62e0442635754b2e965e2b980cd263a23166e737341da809223f2b07ee5 [INFO] running `Command { std: "docker" "start" "-a" "c203b62e0442635754b2e965e2b980cd263a23166e737341da809223f2b07ee5", kill_on_drop: false }` [INFO] [stderr] Compiling db-key v0.0.5 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling lazysort v0.2.1 [INFO] [stderr] Compiling leveldb-sys v2.0.6 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling recurdates v0.3.1 [INFO] [stderr] Compiling leveldb v0.8.5 [INFO] [stderr] Compiling cattlerustler v0.2.2 [INFO] [stderr] Compiling dolores v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/main.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | let dolores_path = env::home_dir().unwrap().join(".dolores"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/db.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let home = env::home_dir(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stdout] --> src/db.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | fs::create_dir_all(&path).is_ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.88s [INFO] running `Command { std: "docker" "inspect" "c203b62e0442635754b2e965e2b980cd263a23166e737341da809223f2b07ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c203b62e0442635754b2e965e2b980cd263a23166e737341da809223f2b07ee5", kill_on_drop: false }` [INFO] [stdout] c203b62e0442635754b2e965e2b980cd263a23166e737341da809223f2b07ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c07c01e9c1d2d9be38eb75719c71a4e8209abd010f5cf5702aff67e4c551da5d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c07c01e9c1d2d9be38eb75719c71a4e8209abd010f5cf5702aff67e4c551da5d", kill_on_drop: false }` [INFO] [stderr] Compiling dolores v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/main.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | let dolores_path = env::home_dir().unwrap().join(".dolores"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/db.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let home = env::home_dir(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stdout] --> src/db.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | fs::create_dir_all(&path).is_ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "c07c01e9c1d2d9be38eb75719c71a4e8209abd010f5cf5702aff67e4c551da5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c07c01e9c1d2d9be38eb75719c71a4e8209abd010f5cf5702aff67e4c551da5d", kill_on_drop: false }` [INFO] [stdout] c07c01e9c1d2d9be38eb75719c71a4e8209abd010f5cf5702aff67e4c551da5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 62bafeabdc3c81cad7122e85e1ba1fd7bad74cacf33de596e689f5b63edbe8f0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "62bafeabdc3c81cad7122e85e1ba1fd7bad74cacf33de596e689f5b63edbe8f0", kill_on_drop: false }` [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 a crate from crates.io instead. [INFO] [stderr] --> src/main.rs:173:24 [INFO] [stderr] | [INFO] [stderr] 173 | let dolores_path = env::home_dir().unwrap().join(".dolores"); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [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 a crate from crates.io instead. [INFO] [stderr] --> src/db.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | let home = env::home_dir(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/db.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | fs::create_dir_all(&path).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dolores-8d9fa360cbc5617b [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 `Command { std: "docker" "inspect" "62bafeabdc3c81cad7122e85e1ba1fd7bad74cacf33de596e689f5b63edbe8f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62bafeabdc3c81cad7122e85e1ba1fd7bad74cacf33de596e689f5b63edbe8f0", kill_on_drop: false }` [INFO] [stdout] 62bafeabdc3c81cad7122e85e1ba1fd7bad74cacf33de596e689f5b63edbe8f0