[INFO] fetching crate tarantool 0.3.0... [INFO] testing tarantool-0.3.0 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate tarantool 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate tarantool 0.3.0 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tarantool 0.3.0 [INFO] finished tweaking crates.io crate tarantool 0.3.0 [INFO] tweaked toml for crates.io crate tarantool 0.3.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77b9e8cedb8e71ca2bd4d76ddf24abbe5299e765658709b59a11465d291ecfde [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" "77b9e8cedb8e71ca2bd4d76ddf24abbe5299e765658709b59a11465d291ecfde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77b9e8cedb8e71ca2bd4d76ddf24abbe5299e765658709b59a11465d291ecfde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77b9e8cedb8e71ca2bd4d76ddf24abbe5299e765658709b59a11465d291ecfde", kill_on_drop: false }` [INFO] [stdout] 77b9e8cedb8e71ca2bd4d76ddf24abbe5299e765658709b59a11465d291ecfde [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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90a3578f57d32da35f17c2c6e4990d76899da72409dc4da9901099e3580ee139 [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" "90a3578f57d32da35f17c2c6e4990d76899da72409dc4da9901099e3580ee139", kill_on_drop: false }` [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling va_list v0.1.3 [INFO] [stderr] Compiling rmp v0.8.9 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling derivative v2.1.3 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling rmpv v0.4.6 [INFO] [stderr] Compiling rmp-serde v0.14.4 [INFO] [stderr] Compiling tarantool v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:409:41 [INFO] [stdout] | [INFO] [stdout] 409 | CString::new(file).unwrap().as_ptr(), [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:412:40 [INFO] [stdout] | [INFO] [stdout] 412 | CString::new(msg).unwrap().as_ptr(), [INFO] [stdout] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:84:72 [INFO] [stdout] | [INFO] [stdout] 84 | inner: unsafe { ffi::fiber_new(CString::new(name).unwrap().as_ptr(), trampoline) }, [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:109:63 [INFO] [stdout] | [INFO] [stdout] 109 | ffi::fiber_new_ex(CString::new(name).unwrap().as_ptr(), attr.inner, trampoline) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.63s [INFO] running `Command { std: "docker" "inspect" "90a3578f57d32da35f17c2c6e4990d76899da72409dc4da9901099e3580ee139", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90a3578f57d32da35f17c2c6e4990d76899da72409dc4da9901099e3580ee139", kill_on_drop: false }` [INFO] [stdout] 90a3578f57d32da35f17c2c6e4990d76899da72409dc4da9901099e3580ee139 [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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 705b378bb055799c26618c94cb199a40ed8d387e805d3b1f74fc47326839d6db [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" "705b378bb055799c26618c94cb199a40ed8d387e805d3b1f74fc47326839d6db", kill_on_drop: false }` [INFO] [stderr] Compiling tarantool v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:409:41 [INFO] [stdout] | [INFO] [stdout] 409 | CString::new(file).unwrap().as_ptr(), [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:412:40 [INFO] [stdout] | [INFO] [stdout] 412 | CString::new(msg).unwrap().as_ptr(), [INFO] [stdout] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:84:72 [INFO] [stdout] | [INFO] [stdout] 84 | inner: unsafe { ffi::fiber_new(CString::new(name).unwrap().as_ptr(), trampoline) }, [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:109:63 [INFO] [stdout] | [INFO] [stdout] 109 | ffi::fiber_new_ex(CString::new(name).unwrap().as_ptr(), attr.inner, trampoline) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:409:41 [INFO] [stdout] | [INFO] [stdout] 409 | CString::new(file).unwrap().as_ptr(), [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/error.rs:412:40 [INFO] [stdout] | [INFO] [stdout] 412 | CString::new(msg).unwrap().as_ptr(), [INFO] [stdout] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:84:72 [INFO] [stdout] | [INFO] [stdout] 84 | inner: unsafe { ffi::fiber_new(CString::new(name).unwrap().as_ptr(), trampoline) }, [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/fiber.rs:109:63 [INFO] [stdout] | [INFO] [stdout] 109 | ffi::fiber_new_ex(CString::new(name).unwrap().as_ptr(), attr.inner, trampoline) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "705b378bb055799c26618c94cb199a40ed8d387e805d3b1f74fc47326839d6db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "705b378bb055799c26618c94cb199a40ed8d387e805d3b1f74fc47326839d6db", kill_on_drop: false }` [INFO] [stdout] 705b378bb055799c26618c94cb199a40ed8d387e805d3b1f74fc47326839d6db [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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ff3c819518fdf6e507dcf1776e448fdf470d68f8e6fa71f8afd953500f8358fe [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" "ff3c819518fdf6e507dcf1776e448fdf470d68f8e6fa71f8afd953500f8358fe", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/error.rs:409:41 [INFO] [stderr] | [INFO] [stderr] 409 | CString::new(file).unwrap().as_ptr(), [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/error.rs:412:40 [INFO] [stderr] | [INFO] [stderr] 412 | CString::new(msg).unwrap().as_ptr(), [INFO] [stderr] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/fiber.rs:84:72 [INFO] [stderr] | [INFO] [stderr] 84 | inner: unsafe { ffi::fiber_new(CString::new(name).unwrap().as_ptr(), trampoline) }, [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/fiber.rs:109:63 [INFO] [stderr] | [INFO] [stderr] 109 | ffi::fiber_new_ex(CString::new(name).unwrap().as_ptr(), attr.inner, trampoline) [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/error.rs:409:41 [INFO] [stderr] | [INFO] [stderr] 409 | CString::new(file).unwrap().as_ptr(), [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/error.rs:412:40 [INFO] [stderr] | [INFO] [stderr] 412 | CString::new(msg).unwrap().as_ptr(), [INFO] [stderr] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/fiber.rs:84:72 [INFO] [stderr] | [INFO] [stderr] 84 | inner: unsafe { ffi::fiber_new(CString::new(name).unwrap().as_ptr(), trampoline) }, [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/fiber.rs:109:63 [INFO] [stderr] | [INFO] [stderr] 109 | ffi::fiber_new_ex(CString::new(name).unwrap().as_ptr(), attr.inner, trampoline) [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tarantool-27edd5f9d385d3e3 [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] Doc-tests tarantool [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/fiber.rs - fiber::Cond (line 281) ... FAILED [INFO] [stdout] test src/coio.rs - coio::coio_call (line 224) ... FAILED [INFO] [stdout] test src/space.rs - space::SystemSpace (line 21) ... FAILED [INFO] [stdout] test src/tuple.rs - tuple::Tuple::iter (line 92) ... FAILED [INFO] [stdout] test src/log.rs - log (line 4) ... FAILED [INFO] [stdout] test src/fiber.rs - fiber::Cond (line 289) ... FAILED [INFO] [stdout] test src/clock.rs - clock::process (line 83) ... FAILED [INFO] [stdout] test src/clock.rs - clock::time (line 30) ... FAILED [INFO] [stdout] test src/lib.rs - (line 85) ... ok [INFO] [stdout] test src/clock.rs - clock::monotonic (line 58) ... FAILED [INFO] [stdout] test src/clock.rs - clock::thread (line 109) ... FAILED [INFO] [stdout] test src/fiber.rs - fiber::Fiber (line 42) ... FAILED [INFO] [stdout] test src/net_box/options.rs - net_box::options::ConnOptions::user (line 38) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/fiber.rs - fiber::Cond (line 281) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `fiber` in this scope [INFO] [stdout] --> src/fiber.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 5 | let cond = fiber.cond(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/coio.rs - coio::coio_call (line 224) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `coio_call` in this scope [INFO] [stdout] --> src/coio.rs:229:4 [INFO] [stdout] | [INFO] [stdout] 7 | if coio_call(func, FuncArgs{}) == -1 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use tarantool::coio::coio_call; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/coio.rs:227:28 [INFO] [stdout] | [INFO] [stdout] 5 | fn func(args: FuncArgs) -> i32 {} [INFO] [stdout] | ---- ^^^ expected `i32`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/space.rs - space::SystemSpace (line 21) stdout ---- [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/space.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 5 | let schema_space = SystemSpace::Schema.into(); [INFO] [stdout] | ^^^^^^^^^^^^ consider giving `schema_space` a type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/tuple.rs - tuple::Tuple::iter (line 92) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `tuple` in this scope [INFO] [stdout] --> src/tuple.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut it = tuple.iter().unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `field` in this scope [INFO] [stdout] --> src/tuple.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 14 | field = it.seek(3).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/log.rs - log (line 4) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `username` in this scope [INFO] [stdout] --> src/log.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 9 | info!("Hello {}", username); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fiber.rs - fiber::Cond (line 289) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `cond` in this scope [INFO] [stdout] --> src/fiber.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 4 | cond.signal(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/clock.rs - clock::process (line 83) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestelKuBH/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestelKuBH/rust_out" "/tmp/rustdoctestelKuBH/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/librmpv-fb10858d1a6bcf24.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-8699ef48e483ecac.rlib" "/opt/rustwide/target/debug/deps/libsha1-3d85acc6d077422e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/librmp-57ec326bb8828835.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libva_list-4625338d82e8bbfa.rlib" "/opt/rustwide/target/debug/deps/libserde-b19c287e273ee0de.rlib" "/opt/rustwide/target/debug/deps/libfailure-fd6a903af1634638.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /tmp/rustdoctestelKuBH/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o: in function `rust_out::main::_doctest_main_src_clock_rs_83_0': [INFO] [stdout] rust_out.7rcbfp3g-cgu.0:(.text._ZN8rust_out4main31_doctest_main_src_clock_rs_83_017hd8eb5bbda54de40eE+0x6): undefined reference to `clock_process64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/clock.rs - clock::time (line 30) stdout ---- [INFO] [stdout] error[E0277]: cannot divide `f64` by `{integer}` [INFO] [stdout] --> src/clock.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 6 | println!("{}", time() / (365 * 24 * 60 * 60)); [INFO] [stdout] | ^ no implementation for `f64 / {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Div<{integer}>` is not implemented for `f64` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/clock.rs - clock::monotonic (line 58) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest0stjHy/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest0stjHy/rust_out" "/tmp/rustdoctest0stjHy/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/librmpv-fb10858d1a6bcf24.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-8699ef48e483ecac.rlib" "/opt/rustwide/target/debug/deps/libsha1-3d85acc6d077422e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/librmp-57ec326bb8828835.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libva_list-4625338d82e8bbfa.rlib" "/opt/rustwide/target/debug/deps/libserde-b19c287e273ee0de.rlib" "/opt/rustwide/target/debug/deps/libfailure-fd6a903af1634638.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /tmp/rustdoctest0stjHy/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o: in function `rust_out::main::_doctest_main_src_clock_rs_58_0': [INFO] [stdout] rust_out.7rcbfp3g-cgu.0:(.text._ZN8rust_out4main31_doctest_main_src_clock_rs_58_017hc92a8e8f00967f97E+0x6): undefined reference to `clock_monotonic64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/clock.rs - clock::thread (line 109) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestot6qMa/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestot6qMa/rust_out" "/tmp/rustdoctestot6qMa/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/librmpv-fb10858d1a6bcf24.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-8699ef48e483ecac.rlib" "/opt/rustwide/target/debug/deps/libsha1-3d85acc6d077422e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/librmp-57ec326bb8828835.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libva_list-4625338d82e8bbfa.rlib" "/opt/rustwide/target/debug/deps/libserde-b19c287e273ee0de.rlib" "/opt/rustwide/target/debug/deps/libfailure-fd6a903af1634638.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /tmp/rustdoctestot6qMa/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o: in function `rust_out::main::_doctest_main_src_clock_rs_109_0': [INFO] [stdout] rust_out.7rcbfp3g-cgu.0:(.text._ZN8rust_out4main32_doctest_main_src_clock_rs_109_017h1690fffdf8ce1084E+0x6): undefined reference to `clock_thread64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fiber.rs - fiber::Fiber (line 42) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctesthnKjiT/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctesthnKjiT/rust_out" "/tmp/rustdoctesthnKjiT/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/librmpv-fb10858d1a6bcf24.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-8699ef48e483ecac.rlib" "/opt/rustwide/target/debug/deps/libsha1-3d85acc6d077422e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/librmp-57ec326bb8828835.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libva_list-4625338d82e8bbfa.rlib" "/opt/rustwide/target/debug/deps/libserde-b19c287e273ee0de.rlib" "/opt/rustwide/target/debug/deps/libfailure-fd6a903af1634638.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /tmp/rustdoctesthnKjiT/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o: in function `tarantool::fiber::Fiber::new': [INFO] [stdout] rust_out.7rcbfp3g-cgu.0:(.text._ZN9tarantool5fiber14Fiber$LT$T$GT$3new17h062cc2d337dd598eE+0x8f): undefined reference to `fiber_new' [INFO] [stdout] /usr/bin/ld: /tmp/rustdoctesthnKjiT/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o: in function `tarantool::fiber::Fiber::start': [INFO] [stdout] rust_out.7rcbfp3g-cgu.0:(.text._ZN9tarantool5fiber14Fiber$LT$T$GT$5start17hd8b9d4d8f77fe9bfE+0x50): undefined reference to `fiber_start' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/net_box/options.rs - net_box::options::ConnOptions::user (line 38) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest3aklH2/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest3aklH2/rust_out" "/tmp/rustdoctest3aklH2/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/librmpv-fb10858d1a6bcf24.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-8699ef48e483ecac.rlib" "/opt/rustwide/target/debug/deps/libsha1-3d85acc6d077422e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/librmp-57ec326bb8828835.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libva_list-4625338d82e8bbfa.rlib" "/opt/rustwide/target/debug/deps/libserde-b19c287e273ee0de.rlib" "/opt/rustwide/target/debug/deps/libfailure-fd6a903af1634638.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Fiber::new': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:84: undefined reference to `fiber_new' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Fiber::join': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:146: undefined reference to `fiber_join' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Fiber::set_joinable': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:153: undefined reference to `fiber_set_joinable' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Fiber::cancel': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:166: undefined reference to `fiber_cancel' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::set_cancellable': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:177: undefined reference to `fiber_set_cancellable' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::is_cancelled': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:182: undefined reference to `fiber_is_cancelled' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Cond::new': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:312: undefined reference to `fiber_cond_new' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Cond::signal': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:319: undefined reference to `fiber_cond_signal' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Cond::broadcast': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:325: undefined reference to `fiber_cond_broadcast' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Cond::wait': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:346: undefined reference to `fiber_cond_wait' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:352: undefined reference to `fiber_cond_delete' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Latch::new': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:365: undefined reference to `box_latch_new' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `tarantool::fiber::Latch::lock': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:371: undefined reference to `box_latch_lock' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:395: undefined reference to `box_latch_delete' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.5.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/fiber.rs:407: undefined reference to `box_latch_unlock' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/coio.rs:157: undefined reference to `coio_close' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtarantool-029eed3c6e802eb1.rlib(tarantool-029eed3c6e802eb1.tarantool.ckt3q2xy-cgu.8.rcgu.o): in function `tarantool::coio::coio_wait': [INFO] [stdout] /opt/rustwide/workdir/src/coio.rs:205: undefined reference to `coio_wait' [INFO] [stdout] collect2: error: ld returned 1 exit status [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/clock.rs - clock::monotonic (line 58) [INFO] [stdout] src/clock.rs - clock::process (line 83) [INFO] [stdout] src/clock.rs - clock::thread (line 109) [INFO] [stdout] src/clock.rs - clock::time (line 30) [INFO] [stdout] src/coio.rs - coio::coio_call (line 224) [INFO] [stdout] src/fiber.rs - fiber::Cond (line 281) [INFO] [stdout] src/fiber.rs - fiber::Cond (line 289) [INFO] [stdout] src/fiber.rs - fiber::Fiber (line 42) [INFO] [stdout] src/log.rs - log (line 4) [INFO] [stdout] src/net_box/options.rs - net_box::options::ConnOptions::user (line 38) [INFO] [stdout] src/space.rs - space::SystemSpace (line 21) [INFO] [stdout] src/tuple.rs - tuple::Tuple::iter (line 92) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.42s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "ff3c819518fdf6e507dcf1776e448fdf470d68f8e6fa71f8afd953500f8358fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff3c819518fdf6e507dcf1776e448fdf470d68f8e6fa71f8afd953500f8358fe", kill_on_drop: false }` [INFO] [stdout] ff3c819518fdf6e507dcf1776e448fdf470d68f8e6fa71f8afd953500f8358fe