[INFO] cloning repository https://github.com/coriolinus/adventofcode-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coriolinus/adventofcode-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7270a677483a300af34798e812b5207435f3c263 [INFO] testing coriolinus/adventofcode-2020 against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2020" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coriolinus/adventofcode-2020 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/coriolinus/adventofcode-2020 [INFO] finished tweaking git repo https://github.com/coriolinus/adventofcode-2020 [INFO] tweaked toml for git repo https://github.com/coriolinus/adventofcode-2020 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/coriolinus/adventofcode-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parse-display v0.4.0 [INFO] [stderr] Downloaded path-dedot v3.0.7 [INFO] [stderr] Downloaded color-eyre v0.5.8 [INFO] [stderr] Downloaded counter v0.5.2 [INFO] [stderr] Downloaded lalrpop-util v0.19.1 [INFO] [stderr] Downloaded parse-display-derive v0.4.0 [INFO] [stderr] Downloaded color-spantrace v0.1.4 [INFO] [stderr] Downloaded eyre v0.6.3 [INFO] [stderr] Downloaded lalrpop v0.19.1 [INFO] [stderr] Downloaded rstest v0.6.4 [INFO] [stderr] Downloaded path-absolutize v3.0.6 [INFO] [stderr] Downloaded async-compression v0.3.6 [INFO] [stderr] Downloaded owo-colors v1.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38c1a8fbec1249982536bfc91128bf35a19eaf30f85f4bfb02ce91e4cc3cc127 [INFO] running `Command { std: "docker" "start" "-a" "38c1a8fbec1249982536bfc91128bf35a19eaf30f85f4bfb02ce91e4cc3cc127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38c1a8fbec1249982536bfc91128bf35a19eaf30f85f4bfb02ce91e4cc3cc127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38c1a8fbec1249982536bfc91128bf35a19eaf30f85f4bfb02ce91e4cc3cc127", kill_on_drop: false }` [INFO] [stdout] 38c1a8fbec1249982536bfc91128bf35a19eaf30f85f4bfb02ce91e4cc3cc127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 032501cb749308f68099b7789844b18fae327e5dcc1dcda3e692ee1cf944872b [INFO] running `Command { std: "docker" "start" "-a" "032501cb749308f68099b7789844b18fae327e5dcc1dcda3e692ee1cf944872b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.51 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling cc v1.0.65 [INFO] [stderr] Compiling pin-project-lite v0.2.0 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling eyre v0.6.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.0.1 [INFO] [stderr] Compiling tap v1.0.0 [INFO] [stderr] Compiling smallvec v1.5.1 [INFO] [stderr] Compiling owo-colors v1.1.3 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling standback v0.2.13 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling sharded-slab v0.1.0 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling socket2 v0.3.17 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling path-dedot v3.0.7 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling smallstr v0.2.0 [INFO] [stderr] Compiling path-absolutize v3.0.6 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling async-compression v0.3.6 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling toml_edit v0.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Compiling parse-display-derive v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling structopt v0.3.20 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling color-spantrace v0.1.4 [INFO] [stderr] Compiling color-eyre v0.5.8 [INFO] [stderr] Compiling parse-display v0.4.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling cookie_store v0.12.0 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.9 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.25s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "032501cb749308f68099b7789844b18fae327e5dcc1dcda3e692ee1cf944872b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "032501cb749308f68099b7789844b18fae327e5dcc1dcda3e692ee1cf944872b", kill_on_drop: false }` [INFO] [stdout] 032501cb749308f68099b7789844b18fae327e5dcc1dcda3e692ee1cf944872b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f932a065b0b754d8fc7e0a6f177cb0d095a9bb6c9d7803b840f64a4c2c10649 [INFO] running `Command { std: "docker" "start" "-a" "6f932a065b0b754d8fc7e0a6f177cb0d095a9bb6c9d7803b840f64a4c2c10649", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.85s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "6f932a065b0b754d8fc7e0a6f177cb0d095a9bb6c9d7803b840f64a4c2c10649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f932a065b0b754d8fc7e0a6f177cb0d095a9bb6c9d7803b840f64a4c2c10649", kill_on_drop: false }` [INFO] [stdout] 6f932a065b0b754d8fc7e0a6f177cb0d095a9bb6c9d7803b840f64a4c2c10649 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9aef59cd257fda9cce30e87e11f39ddc0e27e19fa36ae88a388ec93faf29eec8 [INFO] running `Command { std: "docker" "start" "-a" "9aef59cd257fda9cce30e87e11f39ddc0e27e19fa36ae88a388ec93faf29eec8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stdout] [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stdout] running 4 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2020-d8296c3d7794c3cc) [INFO] [stdout] test numbers::chinese_remainder::test::test_another ... ok [INFO] [stdout] test numbers::chinese_remainder::test::test_classic_formulation ... ok [INFO] [stdout] test numbers::chinese_remainder::test::test_worked_inverted ... ok [INFO] [stdout] test numbers::chinese_remainder::test::test_worked_literals ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2020-11adceff035e341d) [INFO] [stderr] Doc-tests aoc2020 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/geometry/map.rs - geometry::map::Map::try_from (line 326) ... ignored [INFO] [stdout] test src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 65) ... FAILED [INFO] [stdout] test src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 85) ... FAILED [INFO] [stdout] test src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 55) ... FAILED [INFO] [stdout] test src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 95) ... FAILED [INFO] [stdout] test src/geometry/point.rs - geometry::point::Point::rotate_right (line 39) ... FAILED [INFO] [stdout] test src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_max (line 88) ... FAILED [INFO] [stdout] test src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_min (line 69) ... FAILED [INFO] [stdout] test src/geometry/point.rs - geometry::point::Point::rotate_left (line 59) ... ok [INFO] [stdout] test src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_max (line 98) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] test src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_min (line 59) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 65) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `aoc2020::geometry::vector3::Vector4` [INFO] [stdout] --> src/geometry/vector4.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 4 | use aoc2020::geometry::vector3::Vector4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Vector3` [INFO] [stdout] | no `Vector4` in `geometry::vector3` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 85) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `aoc2020::geometry::vector3::Vector4` [INFO] [stdout] --> src/geometry/vector4.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 4 | use aoc2020::geometry::vector3::Vector4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Vector3` [INFO] [stdout] | no `Vector4` in `geometry::vector3` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 55) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `aoc2020::geometry::vector3::Vector4` [INFO] [stdout] --> src/geometry/vector4.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 4 | use aoc2020::geometry::vector3::Vector4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Vector3` [INFO] [stdout] | no `Vector4` in `geometry::vector3` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 95) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `aoc2020::geometry::vector3::Vector4` [INFO] [stdout] --> src/geometry/vector4.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 4 | use aoc2020::geometry::vector3::Vector4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Vector3` [INFO] [stdout] | no `Vector4` in `geometry::vector3` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/point.rs - geometry::point::Point::rotate_right (line 39) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestK8fvXE/rust_out.rust_out.4a668df0-cgu.0.rcgu.o" "/tmp/rustdoctestK8fvXE/rust_out.1at4zp6gipvbyn5a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc2020-82b2314b1378b151.rlib" "/opt/rustwide/target/debug/deps/libreqwest-99c349652574d120.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-087374e6b3fee4b3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-47f7038c2d25b820.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-2f9a4c7cc5778aa0.rlib" "/opt/rustwide/target/debug/deps/libcookie-6a2c6cf0d2009034.rlib" "/opt/rustwide/target/debug/deps/libtime-de9bf8c033309e4a.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-6eac820c899b01d7.rlib" "/opt/rustwide/target/debug/deps/libstandback-ea10d95bc45abee7.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-06edca9d3f7a9ea2.rlib" "/opt/rustwide/target/debug/deps/libipnet-c2b46b3593be1ee9.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-048d628bfc6d6467.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-55205ae40ffbe4f2.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4eb9eab3c325b8ee.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-7878801fbbf315af.rlib" "/opt/rustwide/target/debug/deps/libunicase-cffb5b2597e90f00.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libasync_compression-a10f14ce9f1469fc.rlib" "/opt/rustwide/target/debug/deps/libflate2-9fbc0b39512f0e0d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c3b8b5dbdaca2ed3.rlib" "/opt/rustwide/target/debug/deps/libadler-b45e2711255369ce.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-4bd913ad9d1af7cf.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-e5f5b3699818b66d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-8ae6cf98282835c5.rlib" "/opt/rustwide/target/debug/deps/libopenssl-99e7c455b2de9cea.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-edd1612342e0b03a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libhyper-7fe1f41b574c3793.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libwant-7eb8cf77956458c6.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9bc2579d1b9f8f88.rlib" "/opt/rustwide/target/debug/deps/libh2-8ac883eab9d23c73.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-2586a945d4ba4cc8.rlib" "/opt/rustwide/target/debug/deps/libpin_project-085f109fa2b4fc6e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c8af818abb321ee8.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-97cd8e9499e3d278.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b47e4fff92a53198.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-8f89bf5720702206.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-05cb1da0d449bc6a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-63c5d97ac9650969.rlib" "/opt/rustwide/target/debug/deps/libtower_service-00915ba7b4c532b1.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-276e51665b7e94b6.rlib" "/opt/rustwide/target/debug/deps/libtracing-67aa14db37b53e2e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3ff5ed28b6755bb9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libtokio-7e63a4d84b934b74.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-28da6a0406036d7e.rlib" "/opt/rustwide/target/debug/deps/libmio-379887b176621e4b.rlib" "/opt/rustwide/target/debug/deps/libiovec-ebe8a8a8dfb6f38b.rlib" "/opt/rustwide/target/debug/deps/libnet2-315e889d439ea6d9.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-686c411e008eb8f0.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-49d393bfe3f1b6f3.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-5bea8c65d30dd33e.rlib" "/opt/rustwide/target/debug/deps/liblog-410faf3f32838acd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c726a961efac6f80.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-d9bcef452e7ff227.rlib" "/opt/rustwide/target/debug/deps/libslab-d80887537af7a894.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f9bdf52e8080bf13.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4f75c4d3f5bc1d93.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-cc8405fe7228b36d.rlib" "/opt/rustwide/target/debug/deps/liburl-883a102aeb4d5568.rlib" "/opt/rustwide/target/debug/deps/libidna-144759ec674d74a9.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-db132df7d0c9ed33.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-d92f3c12ee753937.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c91e6deb587a6fa0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-55cfc8e1f8190f48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libhttp-cf6a764c92104dcc.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libtoml-e0773a9e1d6498b7.rlib" "/opt/rustwide/target/debug/deps/libdirs-c8e8dee498f8c94d.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-ec9c31181cbb0b97.rlib" "/opt/rustwide/target/debug/deps/libparse_display-5f3130fbf67d7b51.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7a535067f07a4400.rlib" "/opt/rustwide/target/debug/deps/libnum-9bcff154cd43757c.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-3505d395d7c105ec.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-f148155ba3ee81ca.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-48dee50bcd66f91f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-abdfac6ee5b31fbf.rlib" "/opt/rustwide/target/debug/deps/libregex-c35a8a1a3b2260af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1fd82909a59c6365.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-55953c776ea1b31c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0ca4ed03003b560b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libsmallstr-73b1323298f3e29c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b446ba630b0b64d3.rlib" "/opt/rustwide/target/debug/deps/libitertools-d195e23956b17c1a.rlib" "/opt/rustwide/target/debug/deps/libbitvec-60ec1a1eb0aece6a.rlib" "/opt/rustwide/target/debug/deps/libfunty-e7aa6721054fec63.rlib" "/opt/rustwide/target/debug/deps/libwyz-eb600e19ff14c857.rlib" "/opt/rustwide/target/debug/deps/libtap-08430dab234b8a7c.rlib" "/opt/rustwide/target/debug/deps/libradium-96e8823a1278b8aa.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-9c0e81c8a211a3a2.rlib" "/opt/rustwide/target/debug/deps/libchrono-e162c72a81ea27cd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5a833a3fd12eb9a8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0f1904f64edbc52f.rlib" "/opt/rustwide/target/debug/deps/libtime-076131fecbd30abf.rlib" "/opt/rustwide/target/debug/deps/liblibc-e705d7b71dff3d1e.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6956db3d0006dbb2.rlib" "/opt/rustwide/target/debug/deps/libcombine-2bbfbbe681f65762.rlib" "/opt/rustwide/target/debug/deps/libascii-8e97997c1de8c74c.rlib" "/opt/rustwide/target/debug/deps/libunreachable-e47d3da68f280a88.rlib" "/opt/rustwide/target/debug/deps/libvoid-7ac40aef06c550f4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35462864dbe3e2a3.rlib" "/opt/rustwide/target/debug/deps/libeither-0f3c57e56cd67dfd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-102825f5eef28555.rlib" "/opt/rustwide/target/debug/deps/libtinytemplate-f5f51c6b44465f34.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7bd82a21b6eb8650.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libitoa-653b85f7ff9315e8.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9df0614d69e5b3f2.rlib" "/opt/rustwide/target/debug/deps/libserde-eae6ee7d95627f51.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestK8fvXE/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_max (line 88) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestSvqt45/rust_out.rust_out.4a668df0-cgu.0.rcgu.o" "/tmp/rustdoctestSvqt45/rust_out.1at4zp6gipvbyn5a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc2020-82b2314b1378b151.rlib" "/opt/rustwide/target/debug/deps/libreqwest-99c349652574d120.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-087374e6b3fee4b3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-47f7038c2d25b820.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-2f9a4c7cc5778aa0.rlib" "/opt/rustwide/target/debug/deps/libcookie-6a2c6cf0d2009034.rlib" "/opt/rustwide/target/debug/deps/libtime-de9bf8c033309e4a.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-6eac820c899b01d7.rlib" "/opt/rustwide/target/debug/deps/libstandback-ea10d95bc45abee7.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-06edca9d3f7a9ea2.rlib" "/opt/rustwide/target/debug/deps/libipnet-c2b46b3593be1ee9.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-048d628bfc6d6467.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-55205ae40ffbe4f2.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4eb9eab3c325b8ee.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-7878801fbbf315af.rlib" "/opt/rustwide/target/debug/deps/libunicase-cffb5b2597e90f00.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libasync_compression-a10f14ce9f1469fc.rlib" "/opt/rustwide/target/debug/deps/libflate2-9fbc0b39512f0e0d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c3b8b5dbdaca2ed3.rlib" "/opt/rustwide/target/debug/deps/libadler-b45e2711255369ce.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-4bd913ad9d1af7cf.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-e5f5b3699818b66d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-8ae6cf98282835c5.rlib" "/opt/rustwide/target/debug/deps/libopenssl-99e7c455b2de9cea.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-edd1612342e0b03a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libhyper-7fe1f41b574c3793.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libwant-7eb8cf77956458c6.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9bc2579d1b9f8f88.rlib" "/opt/rustwide/target/debug/deps/libh2-8ac883eab9d23c73.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-2586a945d4ba4cc8.rlib" "/opt/rustwide/target/debug/deps/libpin_project-085f109fa2b4fc6e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c8af818abb321ee8.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-97cd8e9499e3d278.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b47e4fff92a53198.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-8f89bf5720702206.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-05cb1da0d449bc6a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-63c5d97ac9650969.rlib" "/opt/rustwide/target/debug/deps/libtower_service-00915ba7b4c532b1.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-276e51665b7e94b6.rlib" "/opt/rustwide/target/debug/deps/libtracing-67aa14db37b53e2e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3ff5ed28b6755bb9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libtokio-7e63a4d84b934b74.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-28da6a0406036d7e.rlib" "/opt/rustwide/target/debug/deps/libmio-379887b176621e4b.rlib" "/opt/rustwide/target/debug/deps/libiovec-ebe8a8a8dfb6f38b.rlib" "/opt/rustwide/target/debug/deps/libnet2-315e889d439ea6d9.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-686c411e008eb8f0.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-49d393bfe3f1b6f3.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-5bea8c65d30dd33e.rlib" "/opt/rustwide/target/debug/deps/liblog-410faf3f32838acd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c726a961efac6f80.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-d9bcef452e7ff227.rlib" "/opt/rustwide/target/debug/deps/libslab-d80887537af7a894.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f9bdf52e8080bf13.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4f75c4d3f5bc1d93.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-cc8405fe7228b36d.rlib" "/opt/rustwide/target/debug/deps/liburl-883a102aeb4d5568.rlib" "/opt/rustwide/target/debug/deps/libidna-144759ec674d74a9.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-db132df7d0c9ed33.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-d92f3c12ee753937.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c91e6deb587a6fa0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-55cfc8e1f8190f48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libhttp-cf6a764c92104dcc.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libtoml-e0773a9e1d6498b7.rlib" "/opt/rustwide/target/debug/deps/libdirs-c8e8dee498f8c94d.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-ec9c31181cbb0b97.rlib" "/opt/rustwide/target/debug/deps/libparse_display-5f3130fbf67d7b51.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7a535067f07a4400.rlib" "/opt/rustwide/target/debug/deps/libnum-9bcff154cd43757c.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-3505d395d7c105ec.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-f148155ba3ee81ca.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-48dee50bcd66f91f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-abdfac6ee5b31fbf.rlib" "/opt/rustwide/target/debug/deps/libregex-c35a8a1a3b2260af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1fd82909a59c6365.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-55953c776ea1b31c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0ca4ed03003b560b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libsmallstr-73b1323298f3e29c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b446ba630b0b64d3.rlib" "/opt/rustwide/target/debug/deps/libitertools-d195e23956b17c1a.rlib" "/opt/rustwide/target/debug/deps/libbitvec-60ec1a1eb0aece6a.rlib" "/opt/rustwide/target/debug/deps/libfunty-e7aa6721054fec63.rlib" "/opt/rustwide/target/debug/deps/libwyz-eb600e19ff14c857.rlib" "/opt/rustwide/target/debug/deps/libtap-08430dab234b8a7c.rlib" "/opt/rustwide/target/debug/deps/libradium-96e8823a1278b8aa.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-9c0e81c8a211a3a2.rlib" "/opt/rustwide/target/debug/deps/libchrono-e162c72a81ea27cd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5a833a3fd12eb9a8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0f1904f64edbc52f.rlib" "/opt/rustwide/target/debug/deps/libtime-076131fecbd30abf.rlib" "/opt/rustwide/target/debug/deps/liblibc-e705d7b71dff3d1e.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6956db3d0006dbb2.rlib" "/opt/rustwide/target/debug/deps/libcombine-2bbfbbe681f65762.rlib" "/opt/rustwide/target/debug/deps/libascii-8e97997c1de8c74c.rlib" "/opt/rustwide/target/debug/deps/libunreachable-e47d3da68f280a88.rlib" "/opt/rustwide/target/debug/deps/libvoid-7ac40aef06c550f4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35462864dbe3e2a3.rlib" "/opt/rustwide/target/debug/deps/libeither-0f3c57e56cd67dfd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-102825f5eef28555.rlib" "/opt/rustwide/target/debug/deps/libtinytemplate-f5f51c6b44465f34.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7bd82a21b6eb8650.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libitoa-653b85f7ff9315e8.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9df0614d69e5b3f2.rlib" "/opt/rustwide/target/debug/deps/libserde-eae6ee7d95627f51.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestSvqt45/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_min (line 69) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestXGPiQQ/rust_out.rust_out.4a668df0-cgu.0.rcgu.o" "/tmp/rustdoctestXGPiQQ/rust_out.1at4zp6gipvbyn5a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc2020-82b2314b1378b151.rlib" "/opt/rustwide/target/debug/deps/libreqwest-99c349652574d120.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-087374e6b3fee4b3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-47f7038c2d25b820.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-2f9a4c7cc5778aa0.rlib" "/opt/rustwide/target/debug/deps/libcookie-6a2c6cf0d2009034.rlib" "/opt/rustwide/target/debug/deps/libtime-de9bf8c033309e4a.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-6eac820c899b01d7.rlib" "/opt/rustwide/target/debug/deps/libstandback-ea10d95bc45abee7.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-06edca9d3f7a9ea2.rlib" "/opt/rustwide/target/debug/deps/libipnet-c2b46b3593be1ee9.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-048d628bfc6d6467.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-55205ae40ffbe4f2.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4eb9eab3c325b8ee.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-7878801fbbf315af.rlib" "/opt/rustwide/target/debug/deps/libunicase-cffb5b2597e90f00.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libasync_compression-a10f14ce9f1469fc.rlib" "/opt/rustwide/target/debug/deps/libflate2-9fbc0b39512f0e0d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c3b8b5dbdaca2ed3.rlib" "/opt/rustwide/target/debug/deps/libadler-b45e2711255369ce.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-4bd913ad9d1af7cf.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-e5f5b3699818b66d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-8ae6cf98282835c5.rlib" "/opt/rustwide/target/debug/deps/libopenssl-99e7c455b2de9cea.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-edd1612342e0b03a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libhyper-7fe1f41b574c3793.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libwant-7eb8cf77956458c6.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9bc2579d1b9f8f88.rlib" "/opt/rustwide/target/debug/deps/libh2-8ac883eab9d23c73.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-2586a945d4ba4cc8.rlib" "/opt/rustwide/target/debug/deps/libpin_project-085f109fa2b4fc6e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c8af818abb321ee8.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-97cd8e9499e3d278.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b47e4fff92a53198.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-8f89bf5720702206.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-05cb1da0d449bc6a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-63c5d97ac9650969.rlib" "/opt/rustwide/target/debug/deps/libtower_service-00915ba7b4c532b1.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-276e51665b7e94b6.rlib" "/opt/rustwide/target/debug/deps/libtracing-67aa14db37b53e2e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3ff5ed28b6755bb9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libtokio-7e63a4d84b934b74.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-28da6a0406036d7e.rlib" "/opt/rustwide/target/debug/deps/libmio-379887b176621e4b.rlib" "/opt/rustwide/target/debug/deps/libiovec-ebe8a8a8dfb6f38b.rlib" "/opt/rustwide/target/debug/deps/libnet2-315e889d439ea6d9.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-686c411e008eb8f0.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-49d393bfe3f1b6f3.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-5bea8c65d30dd33e.rlib" "/opt/rustwide/target/debug/deps/liblog-410faf3f32838acd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c726a961efac6f80.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-d9bcef452e7ff227.rlib" "/opt/rustwide/target/debug/deps/libslab-d80887537af7a894.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f9bdf52e8080bf13.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4f75c4d3f5bc1d93.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-cc8405fe7228b36d.rlib" "/opt/rustwide/target/debug/deps/liburl-883a102aeb4d5568.rlib" "/opt/rustwide/target/debug/deps/libidna-144759ec674d74a9.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-db132df7d0c9ed33.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-d92f3c12ee753937.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c91e6deb587a6fa0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-55cfc8e1f8190f48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libhttp-cf6a764c92104dcc.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libtoml-e0773a9e1d6498b7.rlib" "/opt/rustwide/target/debug/deps/libdirs-c8e8dee498f8c94d.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-ec9c31181cbb0b97.rlib" "/opt/rustwide/target/debug/deps/libparse_display-5f3130fbf67d7b51.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7a535067f07a4400.rlib" "/opt/rustwide/target/debug/deps/libnum-9bcff154cd43757c.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-3505d395d7c105ec.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-f148155ba3ee81ca.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-48dee50bcd66f91f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-abdfac6ee5b31fbf.rlib" "/opt/rustwide/target/debug/deps/libregex-c35a8a1a3b2260af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1fd82909a59c6365.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-55953c776ea1b31c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0ca4ed03003b560b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libsmallstr-73b1323298f3e29c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b446ba630b0b64d3.rlib" "/opt/rustwide/target/debug/deps/libitertools-d195e23956b17c1a.rlib" "/opt/rustwide/target/debug/deps/libbitvec-60ec1a1eb0aece6a.rlib" "/opt/rustwide/target/debug/deps/libfunty-e7aa6721054fec63.rlib" "/opt/rustwide/target/debug/deps/libwyz-eb600e19ff14c857.rlib" "/opt/rustwide/target/debug/deps/libtap-08430dab234b8a7c.rlib" "/opt/rustwide/target/debug/deps/libradium-96e8823a1278b8aa.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-9c0e81c8a211a3a2.rlib" "/opt/rustwide/target/debug/deps/libchrono-e162c72a81ea27cd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5a833a3fd12eb9a8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0f1904f64edbc52f.rlib" "/opt/rustwide/target/debug/deps/libtime-076131fecbd30abf.rlib" "/opt/rustwide/target/debug/deps/liblibc-e705d7b71dff3d1e.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6956db3d0006dbb2.rlib" "/opt/rustwide/target/debug/deps/libcombine-2bbfbbe681f65762.rlib" "/opt/rustwide/target/debug/deps/libascii-8e97997c1de8c74c.rlib" "/opt/rustwide/target/debug/deps/libunreachable-e47d3da68f280a88.rlib" "/opt/rustwide/target/debug/deps/libvoid-7ac40aef06c550f4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35462864dbe3e2a3.rlib" "/opt/rustwide/target/debug/deps/libeither-0f3c57e56cd67dfd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-102825f5eef28555.rlib" "/opt/rustwide/target/debug/deps/libtinytemplate-f5f51c6b44465f34.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7bd82a21b6eb8650.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libitoa-653b85f7ff9315e8.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9df0614d69e5b3f2.rlib" "/opt/rustwide/target/debug/deps/libserde-eae6ee7d95627f51.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestXGPiQQ/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/geometry/point.rs - geometry::point::Point::rotate_right (line 39) [INFO] [stdout] src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_max (line 88) [INFO] [stdout] src/geometry/vector3.rs - geometry::vector3::Vector3::boundary_min (line 69) [INFO] [stdout] src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 85) [INFO] [stdout] src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_max (line 95) [INFO] [stdout] src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 55) [INFO] [stdout] src/geometry/vector4.rs - geometry::vector4::Vector4::boundary_min (line 65) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 7 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.97s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9aef59cd257fda9cce30e87e11f39ddc0e27e19fa36ae88a388ec93faf29eec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aef59cd257fda9cce30e87e11f39ddc0e27e19fa36ae88a388ec93faf29eec8", kill_on_drop: false }` [INFO] [stdout] 9aef59cd257fda9cce30e87e11f39ddc0e27e19fa36ae88a388ec93faf29eec8