[INFO] crate tdengine 0.1.2 is already in cache [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/tdengine/0.1.2 [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2 [INFO] validating manifest of tdengine-0.1.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tdengine-0.1.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tdengine-0.1.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] d84d320242c16c5078da697e952782932c2639d875db968551da77c03323d884 [INFO] running `"docker" "start" "-a" "d84d320242c16c5078da697e952782932c2639d875db968551da77c03323d884"` [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 sha1 v0.1.1 [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 mysql v2.2.1 [INFO] [stderr] Compiling td_rredis v0.1.2 [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: 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 25.65s [INFO] running `"docker" "inspect" "d84d320242c16c5078da697e952782932c2639d875db968551da77c03323d884"` [INFO] running `"docker" "rm" "-f" "d84d320242c16c5078da697e952782932c2639d875db968551da77c03323d884"` [INFO] [stdout] d84d320242c16c5078da697e952782932c2639d875db968551da77c03323d884 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 009aa94a37bc3bdec37719d112371e576c1ec956c96bd89389218d489c5e838c [INFO] running `"docker" "start" "-a" "009aa94a37bc3bdec37719d112371e576c1ec956c96bd89389218d489c5e838c"` [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [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 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 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: 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/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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-3906233ab912dc91.client.bfj0gie1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-3906233ab912dc91" "/opt/crater/target/debug/examples/client-3906233ab912dc91.51asebqs8z3snjp2.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-74c616a463996fcc/out" "-L" "/opt/crater/target/debug/build/sys-info-492d62419b521082/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-566a534c584d9935/out" "-L" "/opt/crater/target/debug/build/td_clua-105297eb48b27000/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-5ca76359c1a1aba1.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-16fd7f86bced1835.rlib" "/opt/crater/target/debug/deps/libtd_revent-a00768e9ab0ff578.rlib" "/opt/crater/target/debug/deps/libnix-96946cd9855a075b.rlib" "/opt/crater/target/debug/deps/libbitflags-7f1fc9280dce2d55.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-604d6953549c670c.rlib" "/opt/crater/target/debug/deps/libtd_rredis-8c85fc31bed74f9b.rlib" "/opt/crater/target/debug/deps/libsha1-4c68621efd9d5ec1.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-c6a43c5ae59bcbe8.rlib" "/opt/crater/target/debug/deps/libtd_rlua-ada9e5eeb34e6568.rlib" "/opt/crater/target/debug/deps/libtd_clua-cab0688b53604153.rlib" "/opt/crater/target/debug/deps/liburl-d1846cda2e7e44b0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libidna-5950e5a8905ea49d.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/libsys_info-1aa1aaf51024082a.rlib" "/opt/crater/target/debug/deps/libtiny_http-3532ee98634c1caa.rlib" "/opt/crater/target/debug/deps/liburl-0758048ef3cc3e45.rlib" "/opt/crater/target/debug/deps/libuuid-294bb5be3d3ef702.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-29f1f6f7b62ccc56.rlib" "/opt/crater/target/debug/deps/libascii-0a1a1ab8096da98f.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libmysql-07f889a7be190a06.rlib" "/opt/crater/target/debug/deps/libchrono-be02a384ad7b59e6.rlib" "/opt/crater/target/debug/deps/libnum-9181060792beca92.rlib" "/opt/crater/target/debug/deps/libnum_iter-119af297c543b436.rlib" "/opt/crater/target/debug/deps/libnum_integer-a81dd69c1c0fe133.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbufstream-1d78d904548399b6.rlib" "/opt/crater/target/debug/deps/liburl-8dbdddafbc22618a.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-0c8ec8ad19fc4e02.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-1d9a5692bf796d09.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libuuid-27c95571c90bd39a.rlib" "/opt/crater/target/debug/deps/libbyteorder-cff01e473fad35f8.rlib" "/opt/crater/target/debug/deps/libbitflags-97b579be4ee514fd.rlib" "/opt/crater/target/debug/deps/liblazy_static-80c68ec466d08be3.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libcrypto-c2d0aa34528e443f.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/librand-7173874d3e26156a.rlib" "/opt/crater/target/debug/deps/librand-00e4c4fa1088f68e.rlib" "/opt/crater/target/debug/deps/libnet2-eadb1ad82280f904.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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-cab0688b53604153.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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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: 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/server-266ce415374b8732.server.7egquof2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/server-266ce415374b8732" "/opt/crater/target/debug/examples/server-266ce415374b8732.44tpba51luq5yxtw.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-74c616a463996fcc/out" "-L" "/opt/crater/target/debug/build/sys-info-492d62419b521082/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-566a534c584d9935/out" "-L" "/opt/crater/target/debug/build/td_clua-105297eb48b27000/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-5ca76359c1a1aba1.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-16fd7f86bced1835.rlib" "/opt/crater/target/debug/deps/libtd_revent-a00768e9ab0ff578.rlib" "/opt/crater/target/debug/deps/libnix-96946cd9855a075b.rlib" "/opt/crater/target/debug/deps/libbitflags-7f1fc9280dce2d55.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-604d6953549c670c.rlib" "/opt/crater/target/debug/deps/libtd_rredis-8c85fc31bed74f9b.rlib" "/opt/crater/target/debug/deps/libsha1-4c68621efd9d5ec1.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-c6a43c5ae59bcbe8.rlib" "/opt/crater/target/debug/deps/libtd_rlua-ada9e5eeb34e6568.rlib" "/opt/crater/target/debug/deps/libtd_clua-cab0688b53604153.rlib" "/opt/crater/target/debug/deps/liburl-d1846cda2e7e44b0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libidna-5950e5a8905ea49d.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/libsys_info-1aa1aaf51024082a.rlib" "/opt/crater/target/debug/deps/libtiny_http-3532ee98634c1caa.rlib" "/opt/crater/target/debug/deps/liburl-0758048ef3cc3e45.rlib" "/opt/crater/target/debug/deps/libuuid-294bb5be3d3ef702.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-29f1f6f7b62ccc56.rlib" "/opt/crater/target/debug/deps/libascii-0a1a1ab8096da98f.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcrypto-c2d0aa34528e443f.rlib" "/opt/crater/target/debug/deps/libnet2-eadb1ad82280f904.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libmysql-07f889a7be190a06.rlib" "/opt/crater/target/debug/deps/libchrono-be02a384ad7b59e6.rlib" "/opt/crater/target/debug/deps/libnum-9181060792beca92.rlib" "/opt/crater/target/debug/deps/libnum_iter-119af297c543b436.rlib" "/opt/crater/target/debug/deps/libnum_integer-a81dd69c1c0fe133.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbufstream-1d78d904548399b6.rlib" "/opt/crater/target/debug/deps/liburl-8dbdddafbc22618a.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-0c8ec8ad19fc4e02.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-1d9a5692bf796d09.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libuuid-27c95571c90bd39a.rlib" "/opt/crater/target/debug/deps/librand-7173874d3e26156a.rlib" "/opt/crater/target/debug/deps/librand-00e4c4fa1088f68e.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libbyteorder-cff01e473fad35f8.rlib" "/opt/crater/target/debug/deps/libbitflags-97b579be4ee514fd.rlib" "/opt/crater/target/debug/deps/liblazy_static-80c68ec466d08be3.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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-cab0688b53604153.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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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-1aa1aaf51024082a.rlib(sys_info-1aa1aaf51024082a.sys_info.bioty1c3-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: Could not compile `tdengine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "009aa94a37bc3bdec37719d112371e576c1ec956c96bd89389218d489c5e838c"` [INFO] running `"docker" "rm" "-f" "009aa94a37bc3bdec37719d112371e576c1ec956c96bd89389218d489c5e838c"` [INFO] [stdout] 009aa94a37bc3bdec37719d112371e576c1ec956c96bd89389218d489c5e838c