[INFO] cloning repository https://github.com/justinliew/rs_pbrt_edge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinliew/rs_pbrt_edge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinliew%2Frs_pbrt_edge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinliew%2Frs_pbrt_edge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81cc538483b559ec0ad553e07011bdfea7e552ad
[INFO] documenting justinliew/rs_pbrt_edge against beta-2022-05-20 for beta-1.62-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinliew%2Frs_pbrt_edge" "/workspace/builds/worker-32/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-32/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/justinliew/rs_pbrt_edge on toolchain beta-2022-05-20
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/justinliew/rs_pbrt_edge
[INFO] finished tweaking git repo https://github.com/justinliew/rs_pbrt_edge
[INFO] tweaked toml for git repo https://github.com/justinliew/rs_pbrt_edge written to /workspace/builds/worker-32/source/Cargo.toml
[INFO] crate git repo https://github.com/justinliew/rs_pbrt_edge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19c8ca67f8fe81c831e03ff711d8c661d6c2646d2492f8944a25da788b6e976f
[INFO] running `Command { std: "docker" "start" "-a" "19c8ca67f8fe81c831e03ff711d8c661d6c2646d2492f8944a25da788b6e976f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19c8ca67f8fe81c831e03ff711d8c661d6c2646d2492f8944a25da788b6e976f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c8ca67f8fe81c831e03ff711d8c661d6c2646d2492f8944a25da788b6e976f", kill_on_drop: false }`
[INFO] [stdout] 19c8ca67f8fe81c831e03ff711d8c661d6c2646d2492f8944a25da788b6e976f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] edeb6106cff1e48bcc530c39ad3191ae8cd45003701f9f39c455a364ad7dc344
[INFO] running `Command { std: "docker" "start" "-a" "edeb6106cff1e48bcc530c39ad3191ae8cd45003701f9f39c455a364ad7dc344", kill_on_drop: false }`
[INFO] [stderr] Compiling autocfg v1.0.0
[INFO] [stderr] Compiling proc-macro2 v1.0.29
[INFO] [stderr] Compiling unicode-xid v0.2.0
[INFO] [stderr] Compiling syn v1.0.76
[INFO] [stderr] Compiling libc v0.2.102
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling ryu v1.0.0
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Compiling cc v1.0.37
[INFO] [stderr] Compiling const_fn v0.4.3
[INFO] [stderr] Compiling serde_json v1.0.68
[INFO] [stderr] Compiling version_check v0.1.5
[INFO] [stderr] Compiling version_check v0.9.1
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling rayon-core v1.9.0
[INFO] [stderr] Checking scopeguard v1.1.0
[INFO] [stderr] Compiling rustc-demangle v0.1.15
[INFO] [stderr] Compiling cfg-if v0.1.10
[INFO] [stderr] Checking bitflags v1.3.2
[INFO] [stderr] Compiling pulldown-cmark v0.2.0
[INFO] [stderr] Compiling itoa v0.4.4
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr] Compiling semver-parser v0.7.0
[INFO] [stderr] Compiling proc-macro2 v0.4.30
[INFO] [stderr] Compiling remove_dir_all v0.5.2
[INFO] [stderr] Compiling same-file v1.0.4
[INFO] [stderr] Checking tinyvec_macros v0.1.0
[INFO] [stderr] Checking matches v0.1.9
[INFO] [stderr] Compiling unicode-xid v0.1.0
[INFO] [stderr] Compiling bytecount v0.4.0
[INFO] [stderr] Checking byteorder v1.4.3
[INFO] [stderr] Checking either v1.5.2
[INFO] [stderr] Checking percent-encoding v2.1.0
[INFO] [stderr] Compiling crc32fast v1.2.0
[INFO] [stderr] Compiling unicode-segmentation v1.3.0
[INFO] [stderr] Compiling glob v0.2.11
[INFO] [stderr] Checking bytes v1.1.0
[INFO] [stderr] Compiling bumpalo v3.7.1
[INFO] [stderr] Compiling ucd-trie v0.1.1
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Checking adler32 v1.2.0
[INFO] [stderr] Compiling syn v0.15.39
[INFO] [stderr] Compiling maplit v1.0.1
[INFO] [stderr] Compiling anyhow v1.0.44
[INFO] [stderr] Compiling peg-runtime v0.6.3
[INFO] [stderr] Checking unicode-bidi v0.3.6
[INFO] [stderr] Checking adler v0.2.3
[INFO] [stderr] Checking unicode-width v0.1.5
[INFO] [stderr] Checking weezl v0.1.1
[INFO] [stderr] Checking ansi_term v0.11.0
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Compiling wasm-bindgen v0.2.78
[INFO] [stderr] Checking vec_map v0.8.1
[INFO] [stderr] Checking color_quant v1.1.0
[INFO] [stderr] Checking mime v0.3.16
[INFO] [stderr] Compiling hexf-parse v0.2.1
[INFO] [stderr] Checking bytes v0.5.6
[INFO] [stderr] Checking scoped_threadpool v0.1.9
[INFO] [stderr] Checking linked-hash-map v0.5.4
[INFO] [stderr] Checking bytemuck v1.4.1
[INFO] [stderr] Checking strum v0.21.0
[INFO] [stderr] Checking smallvec v1.6.1
[INFO] [stderr] Checking typed-arena v2.0.1
[INFO] [stderr] Checking impl_ops v0.1.1
[INFO] [stderr] Checking atom v0.4.0
[INFO] [stderr] Checking tinyvec v1.4.0
[INFO] [stderr] Compiling error-chain v0.12.1
[INFO] [stderr] Checking miniz_oxide v0.3.7
[INFO] [stderr] Checking pest v2.1.3
[INFO] [stderr] Compiling walkdir v2.2.8
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Checking form_urlencoded v1.0.1
[INFO] [stderr] Checking deflate v0.8.6
[INFO] [stderr] Checking gif v0.11.1
[INFO] [stderr] Checking http v0.2.5
[INFO] [stderr] Compiling heck v0.3.1
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.2
[INFO] [stderr] Compiling proc-macro-error v1.0.2
[INFO] [stderr] Checking unicode-normalization v0.1.19
[INFO] [stderr] Compiling pest_meta v2.1.1
[INFO] [stderr] Checking idna v0.2.3
[INFO] [stderr] Compiling backtrace-sys v0.1.30
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Compiling crossbeam-utils v0.8.1
[INFO] [stderr] Compiling memoffset v0.6.1
[INFO] [stderr] Compiling rayon v1.5.0
[INFO] [stderr] Compiling num-bigint v0.4.0
[INFO] [stderr] Compiling miniz_oxide v0.4.3
[INFO] [stderr] Compiling num-iter v0.1.42
[INFO] [stderr] Compiling num-rational v0.4.0
[INFO] [stderr] Compiling num-rational v0.3.2
[INFO] [stderr] Compiling atomic v0.5.0
[INFO] [stderr] Checking url v2.2.2
[INFO] [stderr] Checking png v0.16.7
[INFO] [stderr] Compiling quote v0.6.13
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking atty v0.2.12
[INFO] [stderr] Compiling rand v0.4.6
[INFO] [stderr] Compiling quote v1.0.2
[INFO] [stderr] Compiling backtrace v0.3.32
[INFO] [stderr] Checking clap v2.33.0
[INFO] [stderr] Compiling peg-macros v0.6.3
[INFO] [stderr] Checking crossbeam-epoch v0.9.1
[INFO] [stderr] Checking crossbeam-channel v0.5.1
[INFO] [stderr] Checking num-complex v0.4.0
[INFO] [stderr] Compiling tempdir v0.3.7
[INFO] [stderr] Checking crossbeam-deque v0.8.0
[INFO] [stderr] Compiling pest_generator v2.1.0
[INFO] [stderr] Compiling pest_derive v2.1.0
[INFO] [stderr] Checking peg v0.6.3
[INFO] [stderr] Checking num v0.4.0
[INFO] [stderr] Checking jpeg-decoder v0.1.22
[INFO] [stderr] Checking tiff v0.6.0
[INFO] [stderr] Compiling syn-mid v0.5.0
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78
[INFO] [stderr] Checking image v0.23.14
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78
[INFO] [stderr] Compiling thiserror-impl v1.0.29
[INFO] [stderr] Compiling fastly-macros v0.4.0
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78
[INFO] [stderr] Compiling strum_macros v0.21.1
[INFO] [stderr] Compiling hexf v0.2.1
[INFO] [stderr] Compiling structopt-derive v0.4.14
[INFO] [stderr] Checking thiserror v1.0.29
[INFO] [stderr] Checking fastly-shared v0.6.3
[INFO] [stderr] Checking fastly-sys v0.3.8
[INFO] [stderr] Checking structopt v0.3.21
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Checking serde_urlencoded v0.7.0
[INFO] [stderr] Compiling semver v0.9.0
[INFO] [stderr] Checking fastly v0.6.0
[INFO] [stderr] Compiling cargo_metadata v0.6.4
[INFO] [stderr] Compiling skeptic v0.13.4
[INFO] [stderr] Compiling ply-rs v0.1.3
[INFO] [stderr] Documenting rs_pbrt v0.9.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/core/reflection.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/core/reflection.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/materials/disney.rs:609:5
[INFO] [stdout] |
[INFO] [stdout] 609 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/materials/disney.rs:609:5
[INFO] [stdout] |
[INFO] [stdout] 609 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.75s
[INFO] running `Command { std: "docker" "inspect" "edeb6106cff1e48bcc530c39ad3191ae8cd45003701f9f39c455a364ad7dc344", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edeb6106cff1e48bcc530c39ad3191ae8cd45003701f9f39c455a364ad7dc344", kill_on_drop: false }`
[INFO] [stdout] edeb6106cff1e48bcc530c39ad3191ae8cd45003701f9f39c455a364ad7dc344
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }`
[INFO] [stdout] 4462491e9f3632008f4cdbf36e2f5179c48563ee45b5c80a2439e2a3756aff34
[INFO] running `Command { std: "docker" "start" "-a" "4462491e9f3632008f4cdbf36e2f5179c48563ee45b5c80a2439e2a3756aff34", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling autocfg v1.0.0
[INFO] [stderr] Compiling proc-macro2 v1.0.29
[INFO] [stderr] Compiling unicode-xid v0.2.0
[INFO] [stderr] Compiling syn v1.0.76
[INFO] [stderr] Compiling libc v0.2.102
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling ryu v1.0.0
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Compiling cc v1.0.37
[INFO] [stderr] Compiling serde_json v1.0.68
[INFO] [stderr] Compiling const_fn v0.4.3
[INFO] [stderr] Compiling version_check v0.9.1
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling version_check v0.1.5
[INFO] [stderr] Compiling rayon-core v1.9.0
[INFO] [stderr] Checking scopeguard v1.1.0
[INFO] [stderr] Checking bitflags v1.3.2
[INFO] [stderr] Compiling rustc-demangle v0.1.15
[INFO] [stderr] Compiling cfg-if v0.1.10
[INFO] [stderr] Compiling proc-macro2 v0.4.30
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr] Checking itoa v0.4.4
[INFO] [stderr] Compiling semver-parser v0.7.0
[INFO] [stderr] Compiling pulldown-cmark v0.2.0
[INFO] [stderr] Checking tinyvec_macros v0.1.0
[INFO] [stderr] Compiling same-file v1.0.4
[INFO] [stderr] Compiling remove_dir_all v0.5.2
[INFO] [stderr] Checking matches v0.1.9
[INFO] [stderr] Compiling unicode-xid v0.1.0
[INFO] [stderr] Compiling syn v0.15.39
[INFO] [stderr] Checking either v1.5.2
[INFO] [stderr] Compiling ucd-trie v0.1.1
[INFO] [stderr] Compiling glob v0.2.11
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Checking byteorder v1.4.3
[INFO] [stderr] Compiling unicode-segmentation v1.3.0
[INFO] [stderr] Checking percent-encoding v2.1.0
[INFO] [stderr] Compiling crc32fast v1.2.0
[INFO] [stderr] Checking bytes v1.1.0
[INFO] [stderr] Compiling bumpalo v3.7.1
[INFO] [stderr] Compiling bytecount v0.4.0
[INFO] [stderr] Checking adler32 v1.2.0
[INFO] [stderr] Checking weezl v0.1.1
[INFO] [stderr] Compiling maplit v1.0.1
[INFO] [stderr] Checking unicode-width v0.1.5
[INFO] [stderr] Compiling anyhow v1.0.44
[INFO] [stderr] Compiling peg-runtime v0.6.3
[INFO] [stderr] Checking adler v0.2.3
[INFO] [stderr] Checking unicode-bidi v0.3.6
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Compiling wasm-bindgen v0.2.78
[INFO] [stderr] Checking vec_map v0.8.1
[INFO] [stderr] Checking color_quant v1.1.0
[INFO] [stderr] Checking ansi_term v0.11.0
[INFO] [stderr] Checking bytes v0.5.6
[INFO] [stderr] Checking linked-hash-map v0.5.4
[INFO] [stderr] Checking bytemuck v1.4.1
[INFO] [stderr] Checking mime v0.3.16
[INFO] [stderr] Compiling hexf-parse v0.2.1
[INFO] [stderr] Checking scoped_threadpool v0.1.9
[INFO] [stderr] Checking smallvec v1.6.1
[INFO] [stderr] Checking typed-arena v2.0.1
[INFO] [stderr] Checking strum v0.21.0
[INFO] [stderr] Checking impl_ops v0.1.1
[INFO] [stderr] Checking atom v0.4.0
[INFO] [stderr] Compiling walkdir v2.2.8
[INFO] [stderr] Checking tinyvec v1.4.0
[INFO] [stderr] Checking form_urlencoded v1.0.1
[INFO] [stderr] Checking miniz_oxide v0.3.7
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Compiling pest v2.1.3
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling crossbeam-utils v0.8.1
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Compiling memoffset v0.6.1
[INFO] [stderr] Compiling rayon v1.5.0
[INFO] [stderr] Compiling miniz_oxide v0.4.3
[INFO] [stderr] Compiling num-iter v0.1.42
[INFO] [stderr] Compiling num-bigint v0.4.0
[INFO] [stderr] Compiling num-rational v0.4.0
[INFO] [stderr] Compiling num-rational v0.3.2
[INFO] [stderr] Compiling atomic v0.5.0
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.2
[INFO] [stderr] Compiling proc-macro-error v1.0.2
[INFO] [stderr] Compiling error-chain v0.12.1
[INFO] [stderr] Checking gif v0.11.1
[INFO] [stderr] Checking http v0.2.5
[INFO] [stderr] Compiling heck v0.3.1
[INFO] [stderr] Checking deflate v0.8.6
[INFO] [stderr] Compiling pest_meta v2.1.1
[INFO] [stderr] Checking unicode-normalization v0.1.19
[INFO] [stderr] Compiling backtrace-sys v0.1.30
[INFO] [stderr] Compiling quote v1.0.2
[INFO] [stderr] Compiling quote v0.6.13
[INFO] [stderr] Checking png v0.16.7
[INFO] [stderr] Checking idna v0.2.3
[INFO] [stderr] Compiling peg-macros v0.6.3
[INFO] [stderr] Compiling rand v0.4.6
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking atty v0.2.12
[INFO] [stderr] Checking clap v2.33.0
[INFO] [stderr] Checking num-complex v0.4.0
[INFO] [stderr] Checking crossbeam-epoch v0.9.1
[INFO] [stderr] Checking crossbeam-channel v0.5.1
[INFO] [stderr] Checking url v2.2.2
[INFO] [stderr] Compiling backtrace v0.3.32
[INFO] [stderr] Checking crossbeam-deque v0.8.0
[INFO] [stderr] Compiling tempdir v0.3.7
[INFO] [stderr] Compiling pest_generator v2.1.0
[INFO] [stderr] Checking peg v0.6.3
[INFO] [stderr] Checking num v0.4.0
[INFO] [stderr] Compiling pest_derive v2.1.0
[INFO] [stderr] Compiling syn-mid v0.5.0
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78
[INFO] [stderr] Checking jpeg-decoder v0.1.22
[INFO] [stderr] Checking tiff v0.6.0
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78
[INFO] [stderr] Checking image v0.23.14
[INFO] [stderr] Compiling thiserror-impl v1.0.29
[INFO] [stderr] Compiling fastly-macros v0.4.0
[INFO] [stderr] Compiling strum_macros v0.21.1
[INFO] [stderr] Compiling hexf v0.2.1
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78
[INFO] [stderr] Compiling structopt-derive v0.4.14
[INFO] [stderr] Checking thiserror v1.0.29
[INFO] [stderr] Checking fastly-shared v0.6.3
[INFO] [stderr] Checking fastly-sys v0.3.8
[INFO] [stderr] Checking structopt v0.3.21
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Checking serde_urlencoded v0.7.0
[INFO] [stderr] Compiling semver v0.9.0
[INFO] [stderr] Checking fastly v0.6.0
[INFO] [stderr] Compiling cargo_metadata v0.6.4
[INFO] [stderr] Compiling skeptic v0.13.4
[INFO] [stderr] Compiling ply-rs v0.1.3
[INFO] [stderr] Documenting rs_pbrt v0.9.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/core/reflection.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/materials/disney.rs:609:5
[INFO] [stdout] |
[INFO] [stdout] 609 | /// https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.35s
[INFO] running `Command { std: "docker" "inspect" "4462491e9f3632008f4cdbf36e2f5179c48563ee45b5c80a2439e2a3756aff34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4462491e9f3632008f4cdbf36e2f5179c48563ee45b5c80a2439e2a3756aff34", kill_on_drop: false }`
[INFO] [stdout] 4462491e9f3632008f4cdbf36e2f5179c48563ee45b5c80a2439e2a3756aff34