[INFO] cloning repository https://github.com/hummingly/simple-pdf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hummingly/simple-pdf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhummingly%2Fsimple-pdf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhummingly%2Fsimple-pdf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ea39d324a6ed160c773288a3d499ac12b3f37f7 [INFO] documenting hummingly/simple-pdf 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%2Fhummingly%2Fsimple-pdf" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hummingly/simple-pdf 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/hummingly/simple-pdf [INFO] finished tweaking git repo https://github.com/hummingly/simple-pdf [INFO] tweaked toml for git repo https://github.com/hummingly/simple-pdf written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/hummingly/simple-pdf 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 03e3f943c6c942eff6dace9dd304854925887ce6b8224d171d6311bd75ae8da5 [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" "03e3f943c6c942eff6dace9dd304854925887ce6b8224d171d6311bd75ae8da5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03e3f943c6c942eff6dace9dd304854925887ce6b8224d171d6311bd75ae8da5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03e3f943c6c942eff6dace9dd304854925887ce6b8224d171d6311bd75ae8da5", kill_on_drop: false }` [INFO] [stdout] 03e3f943c6c942eff6dace9dd304854925887ce6b8224d171d6311bd75ae8da5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] a8383c2209bab1040f31ab4e7e17d1beb26e5ff4dca2bf59bc1955a462991ccc [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" "a8383c2209bab1040f31ab4e7e17d1beb26e5ff4dca2bf59bc1955a462991ccc", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Compiling simple_pdf v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/encoding.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / lazy_static! { [INFO] [stdout] 226 | | pub static ref WIN_ANSI_ENCODING: Encoding = { [INFO] [stdout] 227 | | let mut codes = BTreeMap::new(); [INFO] [stdout] 228 | | // /WinAnsiEncoding is kind of close to first byte of unicode [INFO] [stdout] ... | [INFO] [stdout] 890 | | }; [INFO] [stdout] 891 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/encoding.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / lazy_static! { [INFO] [stdout] 226 | | pub static ref WIN_ANSI_ENCODING: Encoding = { [INFO] [stdout] 227 | | let mut codes = BTreeMap::new(); [INFO] [stdout] 228 | | // /WinAnsiEncoding is kind of close to first byte of unicode [INFO] [stdout] ... | [INFO] [stdout] 890 | | }; [INFO] [stdout] 891 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/encoding.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / lazy_static! { [INFO] [stdout] 226 | | pub static ref WIN_ANSI_ENCODING: Encoding = { [INFO] [stdout] 227 | | let mut codes = BTreeMap::new(); [INFO] [stdout] 228 | | // /WinAnsiEncoding is kind of close to first byte of unicode [INFO] [stdout] ... | [INFO] [stdout] 890 | | }; [INFO] [stdout] 891 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/encoding.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / lazy_static! { [INFO] [stdout] 226 | | pub static ref WIN_ANSI_ENCODING: Encoding = { [INFO] [stdout] 227 | | let mut codes = BTreeMap::new(); [INFO] [stdout] 228 | | // /WinAnsiEncoding is kind of close to first byte of unicode [INFO] [stdout] ... | [INFO] [stdout] 890 | | }; [INFO] [stdout] 891 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting simple_pdf v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/units/macros.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/units/mod.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | newUnit!(Millimeters, 2.834_646); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/units/macros.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/units/mod.rs:215:1 [INFO] [stdout] | [INFO] [stdout] 215 | newUnit!(Points, 1.0); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.38s [INFO] running `Command { std: "docker" "inspect" "a8383c2209bab1040f31ab4e7e17d1beb26e5ff4dca2bf59bc1955a462991ccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8383c2209bab1040f31ab4e7e17d1beb26e5ff4dca2bf59bc1955a462991ccc", kill_on_drop: false }` [INFO] [stdout] a8383c2209bab1040f31ab4e7e17d1beb26e5ff4dca2bf59bc1955a462991ccc