[INFO] updating cached repository https://github.com/nkoehring/nanobe [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] 456e04d73553de4fcdadedb722d3ac817e36b5b7 [INFO] testing nkoehring/nanobe against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnkoehring%2Fnanobe" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nkoehring/nanobe 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 git repo https://github.com/nkoehring/nanobe [INFO] removed path dependency bart_derive from git repo https://github.com/nkoehring/nanobe [INFO] finished tweaking git repo https://github.com/nkoehring/nanobe [INFO] tweaked toml for git repo https://github.com/nkoehring/nanobe written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/nkoehring/nanobe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-1/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 `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] 0058bd5f27a9860166ea905efe3c7f3a9317a5d3dcadb01a32916600550a9be4 [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" "0058bd5f27a9860166ea905efe3c7f3a9317a5d3dcadb01a32916600550a9be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0058bd5f27a9860166ea905efe3c7f3a9317a5d3dcadb01a32916600550a9be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0058bd5f27a9860166ea905efe3c7f3a9317a5d3dcadb01a32916600550a9be4", kill_on_drop: false }` [INFO] [stdout] 0058bd5f27a9860166ea905efe3c7f3a9317a5d3dcadb01a32916600550a9be4 [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] [stdout] f93eee485631ac45389494ee1faa5118b9e11d69242d29e00f4494e62518887c [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" "f93eee485631ac45389494ee1faa5118b9e11d69242d29e00f4494e62518887c", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling trackable_derive v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling clap v2.33.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling slog-scope v4.3.0 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling slog-kvfilter v0.6.1 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling bart v0.1.4 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling trackable v0.2.23 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling bart_derive v0.1.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling comrak v0.1.9 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling sloggers v0.2.9 [INFO] [stderr] Compiling nanobe v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `html` [INFO] [stdout] --> src/model/website.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn html(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `json` [INFO] [stdout] --> src/model/website.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn json(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.94s [INFO] running `Command { std: "docker" "inspect" "f93eee485631ac45389494ee1faa5118b9e11d69242d29e00f4494e62518887c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f93eee485631ac45389494ee1faa5118b9e11d69242d29e00f4494e62518887c", kill_on_drop: false }` [INFO] [stdout] f93eee485631ac45389494ee1faa5118b9e11d69242d29e00f4494e62518887c [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] c9546e3b40fbe7d8039aad5d15f86e04fc4ad867818bd5462a839ad5572ccede [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" "c9546e3b40fbe7d8039aad5d15f86e04fc4ad867818bd5462a839ad5572ccede", kill_on_drop: false }` [INFO] [stderr] Compiling nanobe v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `html` [INFO] [stdout] --> src/model/website.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn html(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `json` [INFO] [stdout] --> src/model/website.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn json(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "c9546e3b40fbe7d8039aad5d15f86e04fc4ad867818bd5462a839ad5572ccede", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9546e3b40fbe7d8039aad5d15f86e04fc4ad867818bd5462a839ad5572ccede", kill_on_drop: false }` [INFO] [stdout] c9546e3b40fbe7d8039aad5d15f86e04fc4ad867818bd5462a839ad5572ccede [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] 1e1f358bf84d56c2899006f6b02e960edad9d004b45a7531ba21942f66ee3897 [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" "1e1f358bf84d56c2899006f6b02e960edad9d004b45a7531ba21942f66ee3897", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `html` [INFO] [stderr] --> src/model/website.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn html(&self) -> String { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `json` [INFO] [stderr] --> src/model/website.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn json(&self) -> String { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nanobe-22f2087d323c808e [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" "1e1f358bf84d56c2899006f6b02e960edad9d004b45a7531ba21942f66ee3897", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e1f358bf84d56c2899006f6b02e960edad9d004b45a7531ba21942f66ee3897", kill_on_drop: false }` [INFO] [stdout] 1e1f358bf84d56c2899006f6b02e960edad9d004b45a7531ba21942f66ee3897