[INFO] crate tdengine 0.1.2 is already in cache [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/tdengine/0.1.2 [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tdengine/0.1.2 [INFO] validating manifest of tdengine-0.1.2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tdengine-0.1.2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tdengine-0.1.2 [INFO] removed path dependency td_clua_ext from tdengine-0.1.2 [INFO] finished frobbing tdengine-0.1.2 [INFO] frobbed toml for tdengine-0.1.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tdengine/0.1.2/Cargo.toml [INFO] started frobbing tdengine-0.1.2 [INFO] removed path dependency td_clua_ext from tdengine-0.1.2 [INFO] finished frobbing tdengine-0.1.2 [INFO] frobbed toml for tdengine-0.1.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tdengine/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tdengine-0.1.2 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tdengine/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 63f9b47a33fc89d458f38dc719756f3b2d749c004f9169ef85b0a17bbc8208d8 [INFO] running `"docker" "start" "-a" "63f9b47a33fc89d458f38dc719756f3b2d749c004f9169ef85b0a17bbc8208d8"` [INFO] [stderr] Compiling td_clua v0.1.2 [INFO] [stderr] Compiling td_clua_ext v0.1.0 [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling td_proto_rust v0.1.4 [INFO] [stderr] Compiling td_rthreadpool v0.1.2 [INFO] [stderr] Compiling td_revent v0.1.6 [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling td_rredis v0.1.2 [INFO] [stderr] Compiling mysql v2.2.1 [INFO] [stderr] Compiling td_rlua v0.1.9 [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / macro_rules! ensure { [INFO] [stderr] 10 | | ($expr:expr, $err_result:expr) => ( [INFO] [stderr] 11 | | if !($expr) { fail!($err_result) } [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:109:57 [INFO] [stderr] | [INFO] [stderr] 109 | ErrorRepr::IoError(ref err) => Some(err as &error::Error), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/db_pool.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut DbPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/redis_pool.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | static mut el: *mut RedisPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/file_utils.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | static mut ins: *mut FileUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/thread_utils.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut ThreadUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/telnet_utils.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | static mut el: *mut TelnetUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/log_utils.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | static mut ins: *mut LogUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/lua_engine.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | static mut el: *mut LuaEngine = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/global_config.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | static mut el: *mut GlobalConfig = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: unused unary operation that must be used [INFO] [stderr] --> src/lua_custom/lua_network.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | -1.push_to_lua(lua); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `rid_sequence` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | static mut rid_sequence: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RID_SEQUENCE` [INFO] [stderr] [INFO] [stderr] warning: static variable `last_rid_time` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | static mut last_rid_time: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `LAST_RID_TIME` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/net/net_config.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | static mut el: *mut Config = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/service_mgr.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | static mut el: *mut ServiceMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/http_mgr.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | static mut el: *mut HttpMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | static mut el: *mut EventMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `read_data` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | static mut read_data: [u8; 65536] = [0; 65536]; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `READ_DATA` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.19s [INFO] running `"docker" "inspect" "63f9b47a33fc89d458f38dc719756f3b2d749c004f9169ef85b0a17bbc8208d8"` [INFO] running `"docker" "rm" "-f" "63f9b47a33fc89d458f38dc719756f3b2d749c004f9169ef85b0a17bbc8208d8"` [INFO] [stdout] 63f9b47a33fc89d458f38dc719756f3b2d749c004f9169ef85b0a17bbc8208d8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tdengine/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 04b88563e02985d5d6836ecde27fcfb3b90bd2cbe439fdf867c2c42c53b7c9c9 [INFO] running `"docker" "start" "-a" "04b88563e02985d5d6836ecde27fcfb3b90bd2cbe439fdf867c2c42c53b7c9c9"` [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / macro_rules! ensure { [INFO] [stderr] 10 | | ($expr:expr, $err_result:expr) => ( [INFO] [stderr] 11 | | if !($expr) { fail!($err_result) } [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:109:57 [INFO] [stderr] | [INFO] [stderr] 109 | ErrorRepr::IoError(ref err) => Some(err as &error::Error), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/net.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::default::Default` [INFO] [stderr] --> examples/net.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::default::Default; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/server.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `raw` [INFO] [stderr] --> examples/net.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | let raw = Box::into_raw(Box::new(first)); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_raw` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/client.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/db_pool.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut DbPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/redis_pool.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | static mut el: *mut RedisPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/file_utils.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | static mut ins: *mut FileUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/thread_utils.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut ThreadUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/telnet_utils.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | static mut el: *mut TelnetUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/log_utils.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | static mut ins: *mut LogUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/lua_engine.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | static mut el: *mut LuaEngine = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/global_config.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | static mut el: *mut GlobalConfig = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: unused unary operation that must be used [INFO] [stderr] --> src/lua_custom/lua_network.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | -1.push_to_lua(lua); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `rid_sequence` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | static mut rid_sequence: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RID_SEQUENCE` [INFO] [stderr] [INFO] [stderr] warning: static variable `last_rid_time` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | static mut last_rid_time: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `LAST_RID_TIME` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/net/net_config.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | static mut el: *mut Config = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/service_mgr.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | static mut el: *mut ServiceMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/http_mgr.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | static mut el: *mut HttpMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | static mut el: *mut EventMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `read_data` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | static mut read_data: [u8; 65536] = [0; 65536]; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `READ_DATA` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.server.8a3nreuh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd" "/opt/crater/target/debug/examples/server-f4418a1ac11baecd.2higjv0j6ht7z2j8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-b723b200460b6d31/out" "-L" "/opt/crater/target/debug/build/sys-info-a665e6868398b521/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-8d338c82451860a0/out" "-L" "/opt/crater/target/debug/build/td_clua-9b3a4b7339aaa962/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-c056924949d914bf.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-30df5a16384c58c5.rlib" "/opt/crater/target/debug/deps/libtd_revent-e2bdc7a4bedb4abb.rlib" "/opt/crater/target/debug/deps/libnix-92589d407ced581d.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-c72cbfd8f7cdb64d.rlib" "/opt/crater/target/debug/deps/libtd_rredis-0d5b8190b8e7b035.rlib" "/opt/crater/target/debug/deps/libsha1-20309310355894f8.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-e858ce765fb49abf.rlib" "/opt/crater/target/debug/deps/libtd_rlua-4eca78d4e8fb8442.rlib" "/opt/crater/target/debug/deps/libtd_clua-270bca404bbfc79f.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib" "/opt/crater/target/debug/deps/libtiny_http-d21bd9f9b872f8b4.rlib" "/opt/crater/target/debug/deps/liburl-8ae0ba3e3f1e3cbd.rlib" "/opt/crater/target/debug/deps/libuuid-717d9e9273dc1925.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-f03c2fb5ee5677f8.rlib" "/opt/crater/target/debug/deps/libascii-379370c8f335174b.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcrypto-1e8a34c4234445b8.rlib" "/opt/crater/target/debug/deps/libnet2-065afb1d7e298581.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libmysql-be1bc4f30e83b4e3.rlib" "/opt/crater/target/debug/deps/libchrono-f70595dac388ab91.rlib" "/opt/crater/target/debug/deps/libnum-5caa7dd009747390.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbufstream-90f08392bcb1814c.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libbitflags-9f030c7d282c894d.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libregex-731ae796221ba07e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-13176722f0f46d9b.rlib" "/opt/crater/target/debug/deps/libthread_id-0c9a2ffeb2614ae7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-a0db1c0aaec53012.rlib" "/opt/crater/target/debug/deps/libmemchr-8f6a1866378e5891.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libtd_clua-270bca404bbfc79f.rlib(loslib.o): In function `os_tmpname': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/td_clua-0.1.2/lua/src/loslib.c:158: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::os_type': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:80: undefined reference to `get_os_type' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::os_release': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:99: undefined reference to `get_os_release' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::cpu_speed': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:134: undefined reference to `get_cpu_speed' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::loadavg': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:154: undefined reference to `get_loadavg' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::proc_total': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:179: undefined reference to `get_proc_total' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:219: undefined reference to `get_mem_info' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-74438acf8e67835a.client.51rdnu44-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-74438acf8e67835a" "/opt/crater/target/debug/examples/client-74438acf8e67835a.x99d2nsbtwznbl3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-b723b200460b6d31/out" "-L" "/opt/crater/target/debug/build/sys-info-a665e6868398b521/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-8d338c82451860a0/out" "-L" "/opt/crater/target/debug/build/td_clua-9b3a4b7339aaa962/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-c056924949d914bf.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-30df5a16384c58c5.rlib" "/opt/crater/target/debug/deps/libtd_revent-e2bdc7a4bedb4abb.rlib" "/opt/crater/target/debug/deps/libnix-92589d407ced581d.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-c72cbfd8f7cdb64d.rlib" "/opt/crater/target/debug/deps/libtd_rredis-0d5b8190b8e7b035.rlib" "/opt/crater/target/debug/deps/libsha1-20309310355894f8.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-e858ce765fb49abf.rlib" "/opt/crater/target/debug/deps/libtd_rlua-4eca78d4e8fb8442.rlib" "/opt/crater/target/debug/deps/libtd_clua-270bca404bbfc79f.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib" "/opt/crater/target/debug/deps/libtiny_http-d21bd9f9b872f8b4.rlib" "/opt/crater/target/debug/deps/liburl-8ae0ba3e3f1e3cbd.rlib" "/opt/crater/target/debug/deps/libuuid-717d9e9273dc1925.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-f03c2fb5ee5677f8.rlib" "/opt/crater/target/debug/deps/libascii-379370c8f335174b.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libmysql-be1bc4f30e83b4e3.rlib" "/opt/crater/target/debug/deps/libchrono-f70595dac388ab91.rlib" "/opt/crater/target/debug/deps/libnum-5caa7dd009747390.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbufstream-90f08392bcb1814c.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libbitflags-9f030c7d282c894d.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libregex-731ae796221ba07e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-13176722f0f46d9b.rlib" "/opt/crater/target/debug/deps/libthread_id-0c9a2ffeb2614ae7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-a0db1c0aaec53012.rlib" "/opt/crater/target/debug/deps/libmemchr-8f6a1866378e5891.rlib" "/opt/crater/target/debug/deps/libcrypto-1e8a34c4234445b8.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnet2-065afb1d7e298581.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libtd_clua-270bca404bbfc79f.rlib(loslib.o): In function `os_tmpname': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/td_clua-0.1.2/lua/src/loslib.c:158: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::os_type': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:80: undefined reference to `get_os_type' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::os_release': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:99: undefined reference to `get_os_release' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::cpu_speed': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:134: undefined reference to `get_cpu_speed' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::loadavg': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:154: undefined reference to `get_loadavg' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::proc_total': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:179: undefined reference to `get_proc_total' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-98c4a15ee62dcb9c.rlib(sys_info-98c4a15ee62dcb9c.sys_info.7r01ndjc-cgu.3.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:219: undefined reference to `get_mem_info' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tdengine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tdengine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "04b88563e02985d5d6836ecde27fcfb3b90bd2cbe439fdf867c2c42c53b7c9c9"` [INFO] running `"docker" "rm" "-f" "04b88563e02985d5d6836ecde27fcfb3b90bd2cbe439fdf867c2c42c53b7c9c9"` [INFO] [stdout] 04b88563e02985d5d6836ecde27fcfb3b90bd2cbe439fdf867c2c42c53b7c9c9