Oct 10 16:11:08.075 INFO testing renosyah/RustAndMongoDB against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:11:08.076 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:11:08.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:08.484 INFO blam! 28a186ff856511477b90a0b80ec05dd76c3c3e60c7da0a4e093675d09f51e528 Oct 10 16:11:08.486 INFO running `"docker" "start" "-a" "28a186ff856511477b90a0b80ec05dd76c3c3e60c7da0a4e093675d09f51e528"` Oct 10 16:11:09.558 INFO kablam! usermod: no changes Oct 10 16:11:09.676 INFO kablam! Compiling hostname v0.1.4 Oct 10 16:11:09.676 INFO kablam! Compiling serde_json v1.0.9 Oct 10 16:11:09.684 INFO kablam! Compiling rust-crypto v0.2.36 Oct 10 16:11:09.688 INFO kablam! Compiling textnonce v0.6.3 Oct 10 16:11:22.726 INFO kablam! Compiling bson v0.10.0 Oct 10 16:11:26.493 INFO kablam! Compiling mongodb v0.3.7 Oct 10 16:11:34.540 INFO kablam! Compiling RustAndMongoDB v0.1.0 (/source) Oct 10 16:11:36.392 INFO kablam! warning: method is never used: `update` Oct 10 16:11:36.393 INFO kablam! --> src/main.rs:105:5 Oct 10 16:11:36.393 INFO kablam! | Oct 10 16:11:36.393 INFO kablam! 105 | fn update(data: Mahasiswa, dataNew: Mahasiswa) { Oct 10 16:11:36.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.394 INFO kablam! | Oct 10 16:11:36.394 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:11:36.394 INFO kablam! Oct 10 16:11:36.395 INFO kablam! warning: crate `RustAndMongoDB` should have a snake case name such as `rust_and_mongo_db` Oct 10 16:11:36.395 INFO kablam! | Oct 10 16:11:36.395 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:11:36.395 INFO kablam! Oct 10 16:11:36.396 INFO kablam! warning: constant `Mahasiswa` should have an upper case name such as `MAHASISWA` Oct 10 16:11:36.396 INFO kablam! --> src/main.rs:20:1 Oct 10 16:11:36.396 INFO kablam! | Oct 10 16:11:36.396 INFO kablam! 20 | const Mahasiswa : &str = "Mahasiswa"; Oct 10 16:11:36.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.397 INFO kablam! | Oct 10 16:11:36.397 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 16:11:36.397 INFO kablam! Oct 10 16:11:36.408 INFO kablam! warning: constant `Ka` should have an upper case name such as `KA` Oct 10 16:11:36.409 INFO kablam! --> src/main.rs:21:1 Oct 10 16:11:36.409 INFO kablam! | Oct 10 16:11:36.409 INFO kablam! 21 | const Ka : &str = "KA"; Oct 10 16:11:36.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.410 INFO kablam! Oct 10 16:11:36.410 INFO kablam! warning: structure field `Nim` should have a snake case name such as `nim` Oct 10 16:11:36.410 INFO kablam! --> src/main.rs:27:5 Oct 10 16:11:36.410 INFO kablam! | Oct 10 16:11:36.411 INFO kablam! 27 | pub Nim : i32, Oct 10 16:11:36.411 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:11:36.411 INFO kablam! Oct 10 16:11:36.411 INFO kablam! warning: structure field `Nama` should have a snake case name such as `nama` Oct 10 16:11:36.412 INFO kablam! --> src/main.rs:28:5 Oct 10 16:11:36.412 INFO kablam! | Oct 10 16:11:36.412 INFO kablam! 28 | pub Nama : String, Oct 10 16:11:36.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.413 INFO kablam! Oct 10 16:11:36.413 INFO kablam! warning: structure field `Jurusan` should have a snake case name such as `jurusan` Oct 10 16:11:36.413 INFO kablam! --> src/main.rs:29:5 Oct 10 16:11:36.413 INFO kablam! | Oct 10 16:11:36.414 INFO kablam! 29 | pub Jurusan : String, Oct 10 16:11:36.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.414 INFO kablam! Oct 10 16:11:36.414 INFO kablam! warning: structure field `All` should have a snake case name such as `all` Oct 10 16:11:36.415 INFO kablam! --> src/main.rs:34:5 Oct 10 16:11:36.415 INFO kablam! | Oct 10 16:11:36.415 INFO kablam! 34 | pub All : Vec Oct 10 16:11:36.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:36.415 INFO kablam! Oct 10 16:11:36.415 INFO kablam! warning: method `insertData` should have a snake case name such as `insert_data` Oct 10 16:11:36.415 INFO kablam! --> src/main.rs:41:5 Oct 10 16:11:36.415 INFO kablam! | Oct 10 16:11:36.415 INFO kablam! 41 | / fn insertData(data: Mahasiswa) -> bool { Oct 10 16:11:36.415 INFO kablam! 42 | | let db = connect(); Oct 10 16:11:36.415 INFO kablam! 43 | | let coll = db.db(Ka).collection(Mahasiswa); Oct 10 16:11:36.415 INFO kablam! 44 | | Oct 10 16:11:36.415 INFO kablam! ... | Oct 10 16:11:36.415 INFO kablam! 55 | | return true; Oct 10 16:11:36.415 INFO kablam! 56 | | } Oct 10 16:11:36.415 INFO kablam! | |_____^ Oct 10 16:11:36.415 INFO kablam! Oct 10 16:11:36.415 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:36.415 INFO kablam! --> src/main.rs:45:13 Oct 10 16:11:36.415 INFO kablam! | Oct 10 16:11:36.415 INFO kablam! 45 | let serialMhs = bson::to_bson(&data).ok().expect("failed"); Oct 10 16:11:36.415 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:36.415 INFO kablam! Oct 10 16:11:36.415 INFO kablam! warning: method `findAllData` should have a snake case name such as `find_all_data` Oct 10 16:11:36.415 INFO kablam! --> src/main.rs:58:5 Oct 10 16:11:36.415 INFO kablam! | Oct 10 16:11:36.415 INFO kablam! 58 | / fn findAllData() -> AllMahasiswa { Oct 10 16:11:36.415 INFO kablam! 59 | | let db = connect(); Oct 10 16:11:36.415 INFO kablam! 60 | | let coll = db Oct 10 16:11:36.415 INFO kablam! 61 | | .db(Ka) Oct 10 16:11:36.415 INFO kablam! ... | Oct 10 16:11:36.415 INFO kablam! 77 | | return all; Oct 10 16:11:36.416 INFO kablam! 78 | | } Oct 10 16:11:36.416 INFO kablam! | |_____^ Oct 10 16:11:36.416 INFO kablam! Oct 10 16:11:36.416 INFO kablam! warning: variable `AllData` should have a snake case name such as `all_data` Oct 10 16:11:36.416 INFO kablam! --> src/main.rs:64:13 Oct 10 16:11:36.416 INFO kablam! | Oct 10 16:11:36.416 INFO kablam! 64 | let mut AllData: Vec = Vec::new(); Oct 10 16:11:36.416 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:11:36.416 INFO kablam! Oct 10 16:11:36.416 INFO kablam! warning: method `findOne` should have a snake case name such as `find_one` Oct 10 16:11:36.416 INFO kablam! --> src/main.rs:80:5 Oct 10 16:11:36.416 INFO kablam! | Oct 10 16:11:36.416 INFO kablam! 80 | / fn findOne(data : Mahasiswa) -> Mahasiswa { Oct 10 16:11:36.416 INFO kablam! 81 | | let db = connect(); Oct 10 16:11:36.416 INFO kablam! 82 | | let coll = db Oct 10 16:11:36.416 INFO kablam! 83 | | .db(Ka) Oct 10 16:11:36.416 INFO kablam! ... | Oct 10 16:11:36.416 INFO kablam! 102 | | return person; Oct 10 16:11:36.416 INFO kablam! 103 | | } Oct 10 16:11:36.416 INFO kablam! | |_____^ Oct 10 16:11:36.416 INFO kablam! Oct 10 16:11:36.416 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:36.416 INFO kablam! --> src/main.rs:88:13 Oct 10 16:11:36.416 INFO kablam! | Oct 10 16:11:36.416 INFO kablam! 88 | let serialMhs = bson::to_bson(&data) Oct 10 16:11:36.416 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:36.416 INFO kablam! Oct 10 16:11:36.416 INFO kablam! warning: variable `dataNew` should have a snake case name such as `data_new` Oct 10 16:11:36.416 INFO kablam! --> src/main.rs:105:32 Oct 10 16:11:36.416 INFO kablam! | Oct 10 16:11:36.416 INFO kablam! 105 | fn update(data: Mahasiswa, dataNew: Mahasiswa) { Oct 10 16:11:36.416 INFO kablam! | ^^^^^^^ Oct 10 16:11:36.417 INFO kablam! Oct 10 16:11:36.417 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:36.417 INFO kablam! --> src/main.rs:114:13 Oct 10 16:11:36.417 INFO kablam! | Oct 10 16:11:36.417 INFO kablam! 114 | let serialMhs = bson::to_bson(&data).ok().expect("failed"); Oct 10 16:11:36.417 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:36.417 INFO kablam! Oct 10 16:11:38.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.66s Oct 10 16:11:38.246 INFO kablam! su: No module specific data is present Oct 10 16:11:39.216 INFO running `"docker" "rm" "-f" "28a186ff856511477b90a0b80ec05dd76c3c3e60c7da0a4e093675d09f51e528"` Oct 10 16:11:39.404 INFO blam! 28a186ff856511477b90a0b80ec05dd76c3c3e60c7da0a4e093675d09f51e528 Oct 10 16:11:39.420 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:11:39.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:39.729 INFO blam! e294bd1aae8fb065c9eb6525c2d1be31ba8798021e44a04c86b918f739178bfb Oct 10 16:11:39.731 INFO running `"docker" "start" "-a" "e294bd1aae8fb065c9eb6525c2d1be31ba8798021e44a04c86b918f739178bfb"` Oct 10 16:11:40.899 INFO kablam! usermod: no changes Oct 10 16:11:40.981 INFO kablam! Compiling RustAndMongoDB v0.1.0 (/source) Oct 10 16:11:42.924 INFO kablam! warning: method is never used: `update` Oct 10 16:11:42.924 INFO kablam! --> src/main.rs:105:5 Oct 10 16:11:42.924 INFO kablam! | Oct 10 16:11:42.925 INFO kablam! 105 | fn update(data: Mahasiswa, dataNew: Mahasiswa) { Oct 10 16:11:42.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.925 INFO kablam! | Oct 10 16:11:42.925 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:11:42.925 INFO kablam! Oct 10 16:11:42.925 INFO kablam! warning: crate `RustAndMongoDB` should have a snake case name such as `rust_and_mongo_db` Oct 10 16:11:42.925 INFO kablam! | Oct 10 16:11:42.925 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:11:42.925 INFO kablam! Oct 10 16:11:42.925 INFO kablam! warning: constant `Mahasiswa` should have an upper case name such as `MAHASISWA` Oct 10 16:11:42.925 INFO kablam! --> src/main.rs:20:1 Oct 10 16:11:42.925 INFO kablam! | Oct 10 16:11:42.926 INFO kablam! 20 | const Mahasiswa : &str = "Mahasiswa"; Oct 10 16:11:42.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.926 INFO kablam! | Oct 10 16:11:42.926 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 16:11:42.926 INFO kablam! Oct 10 16:11:42.926 INFO kablam! warning: constant `Ka` should have an upper case name such as `KA` Oct 10 16:11:42.926 INFO kablam! --> src/main.rs:21:1 Oct 10 16:11:42.926 INFO kablam! | Oct 10 16:11:42.926 INFO kablam! 21 | const Ka : &str = "KA"; Oct 10 16:11:42.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.926 INFO kablam! Oct 10 16:11:42.927 INFO kablam! warning: structure field `Nim` should have a snake case name such as `nim` Oct 10 16:11:42.927 INFO kablam! --> src/main.rs:27:5 Oct 10 16:11:42.927 INFO kablam! | Oct 10 16:11:42.927 INFO kablam! 27 | pub Nim : i32, Oct 10 16:11:42.927 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:11:42.927 INFO kablam! Oct 10 16:11:42.927 INFO kablam! warning: structure field `Nama` should have a snake case name such as `nama` Oct 10 16:11:42.927 INFO kablam! --> src/main.rs:28:5 Oct 10 16:11:42.927 INFO kablam! | Oct 10 16:11:42.927 INFO kablam! 28 | pub Nama : String, Oct 10 16:11:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.927 INFO kablam! Oct 10 16:11:42.927 INFO kablam! warning: structure field `Jurusan` should have a snake case name such as `jurusan` Oct 10 16:11:42.927 INFO kablam! --> src/main.rs:29:5 Oct 10 16:11:42.927 INFO kablam! | Oct 10 16:11:42.927 INFO kablam! 29 | pub Jurusan : String, Oct 10 16:11:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.927 INFO kablam! Oct 10 16:11:42.929 INFO kablam! warning: structure field `All` should have a snake case name such as `all` Oct 10 16:11:42.930 INFO kablam! --> src/main.rs:34:5 Oct 10 16:11:42.930 INFO kablam! | Oct 10 16:11:42.930 INFO kablam! 34 | pub All : Vec Oct 10 16:11:42.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:11:42.930 INFO kablam! Oct 10 16:11:42.930 INFO kablam! warning: method `insertData` should have a snake case name such as `insert_data` Oct 10 16:11:42.931 INFO kablam! --> src/main.rs:41:5 Oct 10 16:11:42.931 INFO kablam! | Oct 10 16:11:42.931 INFO kablam! 41 | / fn insertData(data: Mahasiswa) -> bool { Oct 10 16:11:42.931 INFO kablam! 42 | | let db = connect(); Oct 10 16:11:42.932 INFO kablam! 43 | | let coll = db.db(Ka).collection(Mahasiswa); Oct 10 16:11:42.932 INFO kablam! 44 | | Oct 10 16:11:42.932 INFO kablam! ... | Oct 10 16:11:42.932 INFO kablam! 55 | | return true; Oct 10 16:11:42.932 INFO kablam! 56 | | } Oct 10 16:11:42.932 INFO kablam! | |_____^ Oct 10 16:11:42.932 INFO kablam! Oct 10 16:11:42.932 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:42.932 INFO kablam! --> src/main.rs:45:13 Oct 10 16:11:42.932 INFO kablam! | Oct 10 16:11:42.932 INFO kablam! 45 | let serialMhs = bson::to_bson(&data).ok().expect("failed"); Oct 10 16:11:42.932 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:42.932 INFO kablam! Oct 10 16:11:42.933 INFO kablam! warning: method `findAllData` should have a snake case name such as `find_all_data` Oct 10 16:11:42.933 INFO kablam! --> src/main.rs:58:5 Oct 10 16:11:42.933 INFO kablam! | Oct 10 16:11:42.933 INFO kablam! 58 | / fn findAllData() -> AllMahasiswa { Oct 10 16:11:42.933 INFO kablam! 59 | | let db = connect(); Oct 10 16:11:42.933 INFO kablam! 60 | | let coll = db Oct 10 16:11:42.933 INFO kablam! 61 | | .db(Ka) Oct 10 16:11:42.933 INFO kablam! ... | Oct 10 16:11:42.933 INFO kablam! 77 | | return all; Oct 10 16:11:42.933 INFO kablam! 78 | | } Oct 10 16:11:42.933 INFO kablam! | |_____^ Oct 10 16:11:42.933 INFO kablam! Oct 10 16:11:42.933 INFO kablam! warning: variable `AllData` should have a snake case name such as `all_data` Oct 10 16:11:42.933 INFO kablam! --> src/main.rs:64:13 Oct 10 16:11:42.933 INFO kablam! | Oct 10 16:11:42.933 INFO kablam! 64 | let mut AllData: Vec = Vec::new(); Oct 10 16:11:42.933 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:11:42.933 INFO kablam! Oct 10 16:11:42.936 INFO kablam! warning: method `findOne` should have a snake case name such as `find_one` Oct 10 16:11:42.936 INFO kablam! --> src/main.rs:80:5 Oct 10 16:11:42.936 INFO kablam! | Oct 10 16:11:42.936 INFO kablam! 80 | / fn findOne(data : Mahasiswa) -> Mahasiswa { Oct 10 16:11:42.936 INFO kablam! 81 | | let db = connect(); Oct 10 16:11:42.936 INFO kablam! 82 | | let coll = db Oct 10 16:11:42.936 INFO kablam! 83 | | .db(Ka) Oct 10 16:11:42.936 INFO kablam! ... | Oct 10 16:11:42.936 INFO kablam! 102 | | return person; Oct 10 16:11:42.936 INFO kablam! 103 | | } Oct 10 16:11:42.936 INFO kablam! | |_____^ Oct 10 16:11:42.944 INFO kablam! Oct 10 16:11:42.944 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:42.944 INFO kablam! --> src/main.rs:88:13 Oct 10 16:11:42.944 INFO kablam! | Oct 10 16:11:42.944 INFO kablam! 88 | let serialMhs = bson::to_bson(&data) Oct 10 16:11:42.944 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:42.944 INFO kablam! Oct 10 16:11:42.944 INFO kablam! warning: variable `dataNew` should have a snake case name such as `data_new` Oct 10 16:11:42.944 INFO kablam! --> src/main.rs:105:32 Oct 10 16:11:42.944 INFO kablam! | Oct 10 16:11:42.944 INFO kablam! 105 | fn update(data: Mahasiswa, dataNew: Mahasiswa) { Oct 10 16:11:42.944 INFO kablam! | ^^^^^^^ Oct 10 16:11:42.944 INFO kablam! Oct 10 16:11:42.944 INFO kablam! warning: variable `serialMhs` should have a snake case name such as `serial_mhs` Oct 10 16:11:42.944 INFO kablam! --> src/main.rs:114:13 Oct 10 16:11:42.944 INFO kablam! | Oct 10 16:11:42.944 INFO kablam! 114 | let serialMhs = bson::to_bson(&data).ok().expect("failed"); Oct 10 16:11:42.944 INFO kablam! | ^^^^^^^^^ Oct 10 16:11:42.944 INFO kablam! Oct 10 16:11:43.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 10 16:11:43.368 INFO kablam! su: No module specific data is present Oct 10 16:11:43.769 INFO running `"docker" "rm" "-f" "e294bd1aae8fb065c9eb6525c2d1be31ba8798021e44a04c86b918f739178bfb"` Oct 10 16:11:43.876 INFO blam! e294bd1aae8fb065c9eb6525c2d1be31ba8798021e44a04c86b918f739178bfb Oct 10 16:11:43.876 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:11:43.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:44.096 INFO blam! e89c624c0d3e5c6c8bf7b47ad8d035ac799da3d7e28411f284b3b728eef0924a Oct 10 16:11:44.098 INFO running `"docker" "start" "-a" "e89c624c0d3e5c6c8bf7b47ad8d035ac799da3d7e28411f284b3b728eef0924a"` Oct 10 16:11:44.582 INFO kablam! usermod: no changes Oct 10 16:11:44.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 16:11:44.679 INFO kablam! Running /target/debug/deps/RustAndMongoDB-4654da199a8e5fd5 Oct 10 16:11:44.679 INFO blam! Oct 10 16:11:44.679 INFO blam! running 0 tests Oct 10 16:11:44.679 INFO blam! Oct 10 16:11:44.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:11:44.680 INFO blam! Oct 10 16:11:44.688 INFO kablam! su: No module specific data is present Oct 10 16:11:45.729 INFO running `"docker" "rm" "-f" "e89c624c0d3e5c6c8bf7b47ad8d035ac799da3d7e28411f284b3b728eef0924a"` Oct 10 16:11:46.269 INFO blam! e89c624c0d3e5c6c8bf7b47ad8d035ac799da3d7e28411f284b3b728eef0924a