[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a2ffd5cd0a2802ebb53857a9ecd538d7e83485c9ebba0a20b52eab4095dd9cc6 [INFO] running `"docker" "start" "-a" "a2ffd5cd0a2802ebb53857a9ecd538d7e83485c9ebba0a20b52eab4095dd9cc6"` [INFO] [stderr] Compiling td_clua v0.1.2 [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling td_clua_ext v0.1.0 [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.2.38 [INFO] [stderr] Compiling td_rredis v0.1.2 [INFO] [stderr] Compiling mysql v2.2.1 [INFO] [stderr] Compiling tiny_http v0.5.9 [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 27.36s [INFO] running `"docker" "inspect" "a2ffd5cd0a2802ebb53857a9ecd538d7e83485c9ebba0a20b52eab4095dd9cc6"` [INFO] running `"docker" "rm" "-f" "a2ffd5cd0a2802ebb53857a9ecd538d7e83485c9ebba0a20b52eab4095dd9cc6"` [INFO] [stdout] a2ffd5cd0a2802ebb53857a9ecd538d7e83485c9ebba0a20b52eab4095dd9cc6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 727239918ee23f798f383bc0030ce266d2ed98ca8a6679910a00b89471bd801e [INFO] running `"docker" "start" "-a" "727239918ee23f798f383bc0030ce266d2ed98ca8a6679910a00b89471bd801e"` [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [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: 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 `#[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 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 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: 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.client.dvkmsusn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-f0aee92e915048d0" "/opt/crater/target/debug/examples/client-f0aee92e915048d0.4y3t4s23a6dydp2w.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-fbe6562e31bd749c/out" "-L" "/opt/crater/target/debug/build/sys-info-b6221590ea76245a/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-7518c9178241df96/out" "-L" "/opt/crater/target/debug/build/td_clua-4237fdcc59a9edbd/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-ad69de641a14a752.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-80c5f92c7e0a5d05.rlib" "/opt/crater/target/debug/deps/libtd_revent-228e8bde5ca6b5dd.rlib" "/opt/crater/target/debug/deps/libnix-0ecf8af029431a11.rlib" "/opt/crater/target/debug/deps/libbitflags-b5daf8452f0e245d.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-e30c78acf32bc87a.rlib" "/opt/crater/target/debug/deps/libtd_rredis-65927321ece0e8c2.rlib" "/opt/crater/target/debug/deps/libsha1-a058c611a7c80b49.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-550e3063cbf84831.rlib" "/opt/crater/target/debug/deps/libtd_rlua-6978feebde0617d6.rlib" "/opt/crater/target/debug/deps/libtd_clua-f962db9462b5c825.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libsys_info-9793fea67a9d9cd7.rlib" "/opt/crater/target/debug/deps/libtiny_http-881d6fb517fb75e0.rlib" "/opt/crater/target/debug/deps/liburl-d41cffb9e8c24b14.rlib" "/opt/crater/target/debug/deps/libuuid-74b38d88ce91cc88.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-80039da9246d2c7d.rlib" "/opt/crater/target/debug/deps/libascii-4be84ea14ab3cfc6.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libmysql-0b76512edb862fd4.rlib" "/opt/crater/target/debug/deps/libchrono-32a64b68e9843680.rlib" "/opt/crater/target/debug/deps/libnum-a5efe8b19f8dba1e.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbufstream-87367c2df27d7cce.rlib" "/opt/crater/target/debug/deps/liburl-c690b3dae1663daf.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-748ae92d8bb6a44f.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libuuid-9a9c815cbf52d7bc.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libregex-724bb6ad8f270642.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-5a0d1af56d7f907f.rlib" "/opt/crater/target/debug/deps/libthread_id-81fd47345e412869.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b1db83247592f470.rlib" "/opt/crater/target/debug/deps/libmemchr-dc381cee0e3e05fb.rlib" "/opt/crater/target/debug/deps/libcrypto-9ecb0903c1ca87bd.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libnet2-aeca8a255905a4bf.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-f962db9462b5c825.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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: Could not compile `tdengine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/server-64348fd1755c980a.server.clu618em-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/server-64348fd1755c980a" "/opt/crater/target/debug/examples/server-64348fd1755c980a.274r0olj9ku2zqlj.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-fbe6562e31bd749c/out" "-L" "/opt/crater/target/debug/build/sys-info-b6221590ea76245a/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-7518c9178241df96/out" "-L" "/opt/crater/target/debug/build/td_clua-4237fdcc59a9edbd/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-ad69de641a14a752.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-80c5f92c7e0a5d05.rlib" "/opt/crater/target/debug/deps/libtd_revent-228e8bde5ca6b5dd.rlib" "/opt/crater/target/debug/deps/libnix-0ecf8af029431a11.rlib" "/opt/crater/target/debug/deps/libbitflags-b5daf8452f0e245d.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-e30c78acf32bc87a.rlib" "/opt/crater/target/debug/deps/libtd_rredis-65927321ece0e8c2.rlib" "/opt/crater/target/debug/deps/libsha1-a058c611a7c80b49.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-550e3063cbf84831.rlib" "/opt/crater/target/debug/deps/libtd_rlua-6978feebde0617d6.rlib" "/opt/crater/target/debug/deps/libtd_clua-f962db9462b5c825.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libsys_info-9793fea67a9d9cd7.rlib" "/opt/crater/target/debug/deps/libtiny_http-881d6fb517fb75e0.rlib" "/opt/crater/target/debug/deps/liburl-d41cffb9e8c24b14.rlib" "/opt/crater/target/debug/deps/libuuid-74b38d88ce91cc88.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-80039da9246d2c7d.rlib" "/opt/crater/target/debug/deps/libascii-4be84ea14ab3cfc6.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcrypto-9ecb0903c1ca87bd.rlib" "/opt/crater/target/debug/deps/libnet2-aeca8a255905a4bf.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libmysql-0b76512edb862fd4.rlib" "/opt/crater/target/debug/deps/libchrono-32a64b68e9843680.rlib" "/opt/crater/target/debug/deps/libnum-a5efe8b19f8dba1e.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbufstream-87367c2df27d7cce.rlib" "/opt/crater/target/debug/deps/liburl-c690b3dae1663daf.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-748ae92d8bb6a44f.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libuuid-9a9c815cbf52d7bc.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libregex-724bb6ad8f270642.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-5a0d1af56d7f907f.rlib" "/opt/crater/target/debug/deps/libthread_id-81fd47345e412869.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b1db83247592f470.rlib" "/opt/crater/target/debug/deps/libmemchr-dc381cee0e3e05fb.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-f962db9462b5c825.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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-9793fea67a9d9cd7.rlib(sys_info-9793fea67a9d9cd7.sys_info.6rinkibx-cgu.4.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: Could not compile `tdengine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "727239918ee23f798f383bc0030ce266d2ed98ca8a6679910a00b89471bd801e"` [INFO] running `"docker" "rm" "-f" "727239918ee23f798f383bc0030ce266d2ed98ca8a6679910a00b89471bd801e"` [INFO] [stdout] 727239918ee23f798f383bc0030ce266d2ed98ca8a6679910a00b89471bd801e