[INFO] cloning repository https://github.com/nejucomo/sappho-on-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nejucomo/sappho-on-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnejucomo%2Fsappho-on-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnejucomo%2Fsappho-on-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d771023fcdea57ed965a67d91ba1805b291b74ae [INFO] documenting nejucomo/sappho-on-rust against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnejucomo%2Fsappho-on-rust" "/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/nejucomo/sappho-on-rust on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nejucomo/sappho-on-rust [INFO] finished tweaking git repo https://github.com/nejucomo/sappho-on-rust [INFO] tweaked toml for git repo https://github.com/nejucomo/sappho-on-rust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/nejucomo/sappho-on-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded include_dir_impl v0.2.1 [INFO] [stderr] Downloaded include_dir v0.2.1 [INFO] [stderr] Downloaded combine v2.5.2 [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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3eea0a8af34c652b7f23e9371289df4e8c3e82d8c9a147e2e5385eebd6e0945 [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" "b3eea0a8af34c652b7f23e9371289df4e8c3e82d8c9a147e2e5385eebd6e0945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3eea0a8af34c652b7f23e9371289df4e8c3e82d8c9a147e2e5385eebd6e0945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3eea0a8af34c652b7f23e9371289df4e8c3e82d8c9a147e2e5385eebd6e0945", kill_on_drop: false }` [INFO] [stdout] b3eea0a8af34c652b7f23e9371289df4e8c3e82d8c9a147e2e5385eebd6e0945 [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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dacb88a51783fbb658915396e9324139f592c1a37fd5c2c851873e89c0660107 [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" "dacb88a51783fbb658915396e9324139f592c1a37fd5c2c851873e89c0660107", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking byteorder v1.2.4 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Checking combine v2.5.2 [INFO] [stderr] Compiling proc-macro-hack v0.4.0 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling include_dir_impl v0.2.1 [INFO] [stderr] Checking include_dir v0.2.1 [INFO] [stderr] Documenting sappho-on-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/parser/expr/scopecheck.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | pos: <(&str) as StreamOnce>::Position, [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.95s [INFO] running `Command { std: "docker" "inspect" "dacb88a51783fbb658915396e9324139f592c1a37fd5c2c851873e89c0660107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dacb88a51783fbb658915396e9324139f592c1a37fd5c2c851873e89c0660107", kill_on_drop: false }` [INFO] [stdout] dacb88a51783fbb658915396e9324139f592c1a37fd5c2c851873e89c0660107