Oct 10 17:05:44.485 INFO testing oyarsa/escalonamento against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:05:44.485 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:05:44.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 17:05:44.925 INFO blam! 5021dee10ee69d9788ed4c5a51802c9d2bd204a52ef2d077df4b103c490728d7 Oct 10 17:05:44.932 INFO running `"docker" "start" "-a" "5021dee10ee69d9788ed4c5a51802c9d2bd204a52ef2d077df4b103c490728d7"` Oct 10 17:05:46.438 INFO kablam! usermod: no changes Oct 10 17:05:46.520 INFO kablam! Compiling escalonamento v0.0.1 (/source) Oct 10 17:05:47.516 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.516 INFO kablam! --> src/grasp.rs:76:31 Oct 10 17:05:47.516 INFO kablam! | Oct 10 17:05:47.516 INFO kablam! 76 | fn construcao(mut rng: &mut R, inst: &Instancia, alfa: f64) -> Solucao { Oct 10 17:05:47.516 INFO kablam! | ----^^^ Oct 10 17:05:47.516 INFO kablam! | | Oct 10 17:05:47.516 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.516 INFO kablam! | Oct 10 17:05:47.524 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:05:47.524 INFO kablam! Oct 10 17:05:47.552 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.552 INFO kablam! --> src/ag.rs:71:42 Oct 10 17:05:47.552 INFO kablam! | Oct 10 17:05:47.552 INFO kablam! 71 | fn get_index_from_roleta(mut rng: &mut R, roleta: &[f32]) -> usize { Oct 10 17:05:47.552 INFO kablam! | ----^^^ Oct 10 17:05:47.552 INFO kablam! | | Oct 10 17:05:47.552 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.552 INFO kablam! Oct 10 17:05:47.552 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.552 INFO kablam! --> src/ag.rs:82:39 Oct 10 17:05:47.552 INFO kablam! | Oct 10 17:05:47.553 INFO kablam! 82 | fn seleciona_pais<'a, R: Rng + Sized>(mut rng: &mut R, Oct 10 17:05:47.553 INFO kablam! | ----^^^ Oct 10 17:05:47.553 INFO kablam! | | Oct 10 17:05:47.553 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.553 INFO kablam! Oct 10 17:05:47.557 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.557 INFO kablam! --> src/ag.rs:123:40 Oct 10 17:05:47.557 INFO kablam! | Oct 10 17:05:47.557 INFO kablam! 123 | fn individuo_aleatorio(mut rng: &mut R, inst: &Instancia) -> Solucao { Oct 10 17:05:47.557 INFO kablam! | ----^^^ Oct 10 17:05:47.557 INFO kablam! | | Oct 10 17:05:47.557 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.557 INFO kablam! Oct 10 17:05:47.557 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.557 INFO kablam! --> src/ag.rs:128:40 Oct 10 17:05:47.557 INFO kablam! | Oct 10 17:05:47.557 INFO kablam! 128 | fn sequencia_aleatoria(mut rng: &mut R, inst: &Instancia) -> Sequencia { Oct 10 17:05:47.557 INFO kablam! | ----^^^ Oct 10 17:05:47.557 INFO kablam! | | Oct 10 17:05:47.557 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.557 INFO kablam! Oct 10 17:05:47.557 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.557 INFO kablam! --> src/ag.rs:136:38 Oct 10 17:05:47.557 INFO kablam! | Oct 10 17:05:47.557 INFO kablam! 136 | fn two_opt_aleatorio(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 10 17:05:47.557 INFO kablam! | ----^^^ Oct 10 17:05:47.557 INFO kablam! | | Oct 10 17:05:47.557 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.557 INFO kablam! Oct 10 17:05:47.558 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.558 INFO kablam! --> src/ag.rs:143:31 Oct 10 17:05:47.558 INFO kablam! | Oct 10 17:05:47.558 INFO kablam! 143 | fn gen_points(mut rng: &mut R, num_tarefas: usize) -> (IdTarefa, IdTarefa) { Oct 10 17:05:47.558 INFO kablam! | ----^^^ Oct 10 17:05:47.558 INFO kablam! | | Oct 10 17:05:47.558 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.558 INFO kablam! Oct 10 17:05:47.560 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.560 INFO kablam! --> src/ag.rs:150:34 Oct 10 17:05:47.560 INFO kablam! | Oct 10 17:05:47.560 INFO kablam! 150 | fn pmx_crossover(mut rng: &mut R, pai1: &Sequencia, pai2: &Sequencia) -> Sequencia { Oct 10 17:05:47.560 INFO kablam! | ----^^^ Oct 10 17:05:47.560 INFO kablam! | | Oct 10 17:05:47.560 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.560 INFO kablam! Oct 10 17:05:47.572 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.572 INFO kablam! --> src/ag.rs:173:38 Oct 10 17:05:47.572 INFO kablam! | Oct 10 17:05:47.572 INFO kablam! 173 | fn ordered_crossover(mut rng: &mut R, Oct 10 17:05:47.572 INFO kablam! | ----^^^ Oct 10 17:05:47.572 INFO kablam! | | Oct 10 17:05:47.572 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.572 INFO kablam! Oct 10 17:05:47.572 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.572 INFO kablam! --> src/ag.rs:206:31 Oct 10 17:05:47.572 INFO kablam! | Oct 10 17:05:47.572 INFO kablam! 206 | fn cruzamento(mut rng: &mut R, Oct 10 17:05:47.572 INFO kablam! | ----^^^ Oct 10 17:05:47.572 INFO kablam! | | Oct 10 17:05:47.572 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.572 INFO kablam! Oct 10 17:05:47.572 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.573 INFO kablam! --> src/ag.rs:225:33 Oct 10 17:05:47.573 INFO kablam! | Oct 10 17:05:47.573 INFO kablam! 225 | fn recombinacao(mut rng: &mut R, Oct 10 17:05:47.573 INFO kablam! | ----^^^ Oct 10 17:05:47.573 INFO kablam! | | Oct 10 17:05:47.573 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.573 INFO kablam! Oct 10 17:05:47.573 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.573 INFO kablam! --> src/ag.rs:240:34 Oct 10 17:05:47.573 INFO kablam! | Oct 10 17:05:47.573 INFO kablam! 240 | fn swap_vertices(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 10 17:05:47.573 INFO kablam! | ----^^^ Oct 10 17:05:47.573 INFO kablam! | | Oct 10 17:05:47.573 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.573 INFO kablam! Oct 10 17:05:47.576 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:47.576 INFO kablam! --> src/ag.rs:247:28 Oct 10 17:05:47.576 INFO kablam! | Oct 10 17:05:47.576 INFO kablam! 247 | fn mutacao(mut rng: &mut R, Oct 10 17:05:47.576 INFO kablam! | ----^^^ Oct 10 17:05:47.576 INFO kablam! | | Oct 10 17:05:47.576 INFO kablam! | help: remove this `mut` Oct 10 17:05:47.576 INFO kablam! Oct 10 17:05:47.576 INFO kablam! warning: function is never used: `is_factivel` Oct 10 17:05:47.576 INFO kablam! --> src/instancia.rs:81:1 Oct 10 17:05:47.576 INFO kablam! | Oct 10 17:05:47.576 INFO kablam! 81 | fn is_factivel(s: &Sequencia, num_tarefas: usize) -> bool { Oct 10 17:05:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:05:47.576 INFO kablam! | Oct 10 17:05:47.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:05:47.576 INFO kablam! Oct 10 17:05:47.576 INFO kablam! warning: function is never used: `frequencias` Oct 10 17:05:47.576 INFO kablam! --> src/instancia.rs:85:1 Oct 10 17:05:47.576 INFO kablam! | Oct 10 17:05:47.576 INFO kablam! 85 | fn frequencias(sequencia: &Sequencia) -> Vec { Oct 10 17:05:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:05:47.576 INFO kablam! Oct 10 17:05:49.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.32s Oct 10 17:05:49.792 INFO kablam! su: No module specific data is present Oct 10 17:05:50.250 INFO running `"docker" "rm" "-f" "5021dee10ee69d9788ed4c5a51802c9d2bd204a52ef2d077df4b103c490728d7"` Oct 10 17:05:50.540 INFO blam! 5021dee10ee69d9788ed4c5a51802c9d2bd204a52ef2d077df4b103c490728d7 Oct 10 17:05:50.542 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:05:50.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 17:05:51.024 INFO blam! 4c7b152a3e51dda2522462dc2332f57c26391c70237e6230682601e2f3584eb8 Oct 10 17:05:51.032 INFO running `"docker" "start" "-a" "4c7b152a3e51dda2522462dc2332f57c26391c70237e6230682601e2f3584eb8"` Oct 10 17:05:52.436 INFO kablam! usermod: no changes Oct 10 17:05:52.512 INFO kablam! Compiling escalonamento v0.0.1 (/source) Oct 10 17:05:53.465 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.465 INFO kablam! --> src/grasp.rs:76:31 Oct 10 17:05:53.465 INFO kablam! | Oct 10 17:05:53.466 INFO kablam! 76 | fn construcao(mut rng: &mut R, inst: &Instancia, alfa: f64) -> Solucao { Oct 10 17:05:53.466 INFO kablam! | ----^^^ Oct 10 17:05:53.466 INFO kablam! | | Oct 10 17:05:53.466 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.467 INFO kablam! | Oct 10 17:05:53.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:05:53.467 INFO kablam! Oct 10 17:05:53.515 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.515 INFO kablam! --> src/ag.rs:71:42 Oct 10 17:05:53.515 INFO kablam! | Oct 10 17:05:53.516 INFO kablam! 71 | fn get_index_from_roleta(mut rng: &mut R, roleta: &[f32]) -> usize { Oct 10 17:05:53.516 INFO kablam! | ----^^^ Oct 10 17:05:53.516 INFO kablam! | | Oct 10 17:05:53.516 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.516 INFO kablam! Oct 10 17:05:53.516 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.516 INFO kablam! --> src/ag.rs:82:39 Oct 10 17:05:53.516 INFO kablam! | Oct 10 17:05:53.516 INFO kablam! 82 | fn seleciona_pais<'a, R: Rng + Sized>(mut rng: &mut R, Oct 10 17:05:53.516 INFO kablam! | ----^^^ Oct 10 17:05:53.516 INFO kablam! | | Oct 10 17:05:53.516 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.516 INFO kablam! Oct 10 17:05:53.530 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.530 INFO kablam! --> src/ag.rs:123:40 Oct 10 17:05:53.530 INFO kablam! | Oct 10 17:05:53.530 INFO kablam! 123 | fn individuo_aleatorio(mut rng: &mut R, inst: &Instancia) -> Solucao { Oct 10 17:05:53.530 INFO kablam! | ----^^^ Oct 10 17:05:53.530 INFO kablam! | | Oct 10 17:05:53.530 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.530 INFO kablam! Oct 10 17:05:53.544 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.544 INFO kablam! --> src/ag.rs:128:40 Oct 10 17:05:53.544 INFO kablam! | Oct 10 17:05:53.544 INFO kablam! 128 | fn sequencia_aleatoria(mut rng: &mut R, inst: &Instancia) -> Sequencia { Oct 10 17:05:53.544 INFO kablam! | ----^^^ Oct 10 17:05:53.544 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:136:38 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 136 | fn two_opt_aleatorio(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:143:31 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 143 | fn gen_points(mut rng: &mut R, num_tarefas: usize) -> (IdTarefa, IdTarefa) { Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:150:34 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 150 | fn pmx_crossover(mut rng: &mut R, pai1: &Sequencia, pai2: &Sequencia) -> Sequencia { Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:173:38 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 173 | fn ordered_crossover(mut rng: &mut R, Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:206:31 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 206 | fn cruzamento(mut rng: &mut R, Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:225:33 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 225 | fn recombinacao(mut rng: &mut R, Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:240:34 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 240 | fn swap_vertices(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.545 INFO kablam! warning: variable does not need to be mutable Oct 10 17:05:53.545 INFO kablam! --> src/ag.rs:247:28 Oct 10 17:05:53.545 INFO kablam! | Oct 10 17:05:53.545 INFO kablam! 247 | fn mutacao(mut rng: &mut R, Oct 10 17:05:53.545 INFO kablam! | ----^^^ Oct 10 17:05:53.545 INFO kablam! | | Oct 10 17:05:53.545 INFO kablam! | help: remove this `mut` Oct 10 17:05:53.545 INFO kablam! Oct 10 17:05:53.564 INFO kablam! warning: function is never used: `is_factivel` Oct 10 17:05:53.564 INFO kablam! --> src/instancia.rs:81:1 Oct 10 17:05:53.564 INFO kablam! | Oct 10 17:05:53.564 INFO kablam! 81 | fn is_factivel(s: &Sequencia, num_tarefas: usize) -> bool { Oct 10 17:05:53.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:05:53.564 INFO kablam! | Oct 10 17:05:53.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:05:53.564 INFO kablam! Oct 10 17:05:53.564 INFO kablam! warning: function is never used: `frequencias` Oct 10 17:05:53.564 INFO kablam! --> src/instancia.rs:85:1 Oct 10 17:05:53.564 INFO kablam! | Oct 10 17:05:53.564 INFO kablam! 85 | fn frequencias(sequencia: &Sequencia) -> Vec { Oct 10 17:05:53.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:05:53.564 INFO kablam! Oct 10 17:05:54.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 10 17:05:54.140 INFO kablam! su: No module specific data is present Oct 10 17:05:54.698 INFO running `"docker" "rm" "-f" "4c7b152a3e51dda2522462dc2332f57c26391c70237e6230682601e2f3584eb8"` Oct 10 17:05:55.012 INFO blam! 4c7b152a3e51dda2522462dc2332f57c26391c70237e6230682601e2f3584eb8 Oct 10 17:05:55.022 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:05:55.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 17:05:55.500 INFO blam! 05cf9c62b9c7ceedd0925d7a05937baa5e379310d0d946ada4a3a7fae57fd4e2 Oct 10 17:05:55.504 INFO running `"docker" "start" "-a" "05cf9c62b9c7ceedd0925d7a05937baa5e379310d0d946ada4a3a7fae57fd4e2"` Oct 10 17:05:56.824 INFO kablam! usermod: no changes Oct 10 17:05:56.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 17:05:56.885 INFO kablam! Running /target/debug/deps/escalonamento-3cbe47c1dc38c1e7 Oct 10 17:05:56.897 INFO kablam! su: No module specific data is present Oct 10 17:05:56.897 INFO blam! Oct 10 17:05:56.897 INFO blam! running 0 tests Oct 10 17:05:56.897 INFO blam! Oct 10 17:05:56.897 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:05:56.897 INFO blam! Oct 10 17:05:57.793 INFO running `"docker" "rm" "-f" "05cf9c62b9c7ceedd0925d7a05937baa5e379310d0d946ada4a3a7fae57fd4e2"` Oct 10 17:05:58.088 INFO blam! 05cf9c62b9c7ceedd0925d7a05937baa5e379310d0d946ada4a3a7fae57fd4e2