[INFO] crate siquery 1.2.0 is already in cache [INFO] extracting crate siquery 1.2.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/siquery/1.2.0 [INFO] extracting crate siquery 1.2.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/siquery/1.2.0 [INFO] validating manifest of siquery-1.2.0 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 siquery-1.2.0 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 siquery-1.2.0 [INFO] finished frobbing siquery-1.2.0 [INFO] frobbed toml for siquery-1.2.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/siquery/1.2.0/Cargo.toml [INFO] started frobbing siquery-1.2.0 [INFO] finished frobbing siquery-1.2.0 [INFO] frobbed toml for siquery-1.2.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/siquery/1.2.0/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 siquery-1.2.0 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/siquery/1.2.0:/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] 7d0b1a86ac252734c7f8e2adcbda38e6421d62367b7e1a6d1835d0c75dfea35b [INFO] running `"docker" "start" "-a" "7d0b1a86ac252734c7f8e2adcbda38e6421d62367b7e1a6d1835d0c75dfea35b"` [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling siquery v1.2.0 (/opt/crater/workdir) [INFO] [stderr] Compiling libsqlite3-sys v0.9.3 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling proxy_cfg v0.1.0 [INFO] [stderr] Compiling treexml v0.7.0 [INFO] [stderr] Compiling sysconf v0.3.4 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling bstr v0.2.6 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling rusqlite v0.14.0 [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/linux/proxies.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/linux/system_info.rs:67:42 [INFO] [stderr] | [INFO] [stderr] 67 | .and_then(|v| v.trim_left_matches(' ').split(' ').next()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/linux/proxies.rs:13:45 [INFO] [stderr] | [INFO] [stderr] 13 | url:url.to_string().trim_right_matches('/').to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/linux/groups.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | let groupname = unsafe{CStr::from_ptr(unsafe {*group_p}.gr_name).to_str().unwrap_or("")}; [INFO] [stderr] | ------ ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | | [INFO] [stderr] | because it's nested under this `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_unsafe)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.04s [INFO] running `"docker" "inspect" "7d0b1a86ac252734c7f8e2adcbda38e6421d62367b7e1a6d1835d0c75dfea35b"` [INFO] running `"docker" "rm" "-f" "7d0b1a86ac252734c7f8e2adcbda38e6421d62367b7e1a6d1835d0c75dfea35b"` [INFO] [stdout] 7d0b1a86ac252734c7f8e2adcbda38e6421d62367b7e1a6d1835d0c75dfea35b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/siquery/1.2.0:/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] ef30b24a43e046426832713aef059aa638c88822946a1f197b4bed439543ec9f [INFO] running `"docker" "start" "-a" "ef30b24a43e046426832713aef059aa638c88822946a1f197b4bed439543ec9f"` [INFO] [stderr] Compiling siquery v1.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/linux/proxies.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/linux/system_info.rs:67:42 [INFO] [stderr] | [INFO] [stderr] 67 | .and_then(|v| v.trim_left_matches(' ').split(' ').next()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/linux/proxies.rs:13:45 [INFO] [stderr] | [INFO] [stderr] 13 | url:url.to_string().trim_right_matches('/').to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/linux/groups.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | let groupname = unsafe{CStr::from_ptr(unsafe {*group_p}.gr_name).to_str().unwrap_or("")}; [INFO] [stderr] | ------ ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | | [INFO] [stderr] | because it's nested under this `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_unsafe)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.38s [INFO] running `"docker" "inspect" "ef30b24a43e046426832713aef059aa638c88822946a1f197b4bed439543ec9f"` [INFO] running `"docker" "rm" "-f" "ef30b24a43e046426832713aef059aa638c88822946a1f197b4bed439543ec9f"` [INFO] [stdout] ef30b24a43e046426832713aef059aa638c88822946a1f197b4bed439543ec9f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/siquery/1.2.0:/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"` [INFO] [stdout] f0997b032832e1699fc94455ad9da6542200ffd1f7645f0e2abd69ffcf2a680e [INFO] running `"docker" "start" "-a" "f0997b032832e1699fc94455ad9da6542200ffd1f7645f0e2abd69ffcf2a680e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/siquery-f9fb28ab860dc128 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test linux::system_info::tests::test_system_info ... ok [INFO] [stdout] test linux::os_version::tests::test_system_info ... ok [INFO] [stdout] test tables::tests::test_get_by_id ... ok [INFO] [stdout] test tables::tests::test_get_id ... ok [INFO] [stdout] test tables::tests::test_get_by_name ... ok [INFO] [stdout] test query::tests::test_schema_creation ... ok [INFO] [stdout] test tables::tests::test_table_properties ... ok [INFO] [stdout] test common::hosts::tests::test_etc_hosts ... ok [INFO] [stdout] test common::protocols::tests::test_etc_protocols ... ok [INFO] [stdout] test vtab::test_siquery_module ... ok [INFO] [stdout] test common::services::tests::test_etc_services ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests siquery [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f0997b032832e1699fc94455ad9da6542200ffd1f7645f0e2abd69ffcf2a680e"` [INFO] running `"docker" "rm" "-f" "f0997b032832e1699fc94455ad9da6542200ffd1f7645f0e2abd69ffcf2a680e"` [INFO] [stdout] f0997b032832e1699fc94455ad9da6542200ffd1f7645f0e2abd69ffcf2a680e