[INFO] crate runtime-loop 0.0.3 is already in cache [INFO] testing runtime-loop-0.0.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate runtime-loop 0.0.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate runtime-loop 0.0.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate runtime-loop 0.0.3 [INFO] finished tweaking crates.io crate runtime-loop 0.0.3 [INFO] tweaked toml for crates.io crate runtime-loop 0.0.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 6211372dd30015436aebc46113b00733002e4b442b0f9601ad96387cd5d964ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6211372dd30015436aebc46113b00733002e4b442b0f9601ad96387cd5d964ad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling runtime-loop v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | lambda: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [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/lib.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(lambda: Box) -> Self { Signal{lambda} } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | poll_func: Box T+Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:40 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: T, poll_func: Box T+Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:126:40 [INFO] [stderr] | [INFO] [stderr] 126 | observers: HashMap>>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:56 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn add_pollable(&mut self, pollable: Arc>) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "6211372dd30015436aebc46113b00733002e4b442b0f9601ad96387cd5d964ad"` [INFO] running `"docker" "rm" "-f" "6211372dd30015436aebc46113b00733002e4b442b0f9601ad96387cd5d964ad"` [INFO] [stdout] 6211372dd30015436aebc46113b00733002e4b442b0f9601ad96387cd5d964ad [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 938a5b1c8fedf54e93957c79077a6961cd43c7cb70b1d8cb1e54636041abd048 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "938a5b1c8fedf54e93957c79077a6961cd43c7cb70b1d8cb1e54636041abd048"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | lambda: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [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/lib.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(lambda: Box) -> Self { Signal{lambda} } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | poll_func: Box T+Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:40 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: T, poll_func: Box T+Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:126:40 [INFO] [stderr] | [INFO] [stderr] 126 | observers: HashMap>>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:56 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn add_pollable(&mut self, pollable: Arc>) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling runtime-loop v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | lambda: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [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/lib.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(lambda: Box) -> Self { Signal{lambda} } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | poll_func: Box T+Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:40 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: T, poll_func: Box T+Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:126:40 [INFO] [stderr] | [INFO] [stderr] 126 | observers: HashMap>>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:56 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn add_pollable(&mut self, pollable: Arc>) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.01s [INFO] running `"docker" "inspect" "938a5b1c8fedf54e93957c79077a6961cd43c7cb70b1d8cb1e54636041abd048"` [INFO] running `"docker" "rm" "-f" "938a5b1c8fedf54e93957c79077a6961cd43c7cb70b1d8cb1e54636041abd048"` [INFO] [stdout] 938a5b1c8fedf54e93957c79077a6961cd43c7cb70b1d8cb1e54636041abd048 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4ebfbb16505e7d7ca030c0054b1501a8830bd34562e311c614d011a1c5ddd8fe [INFO] running `"docker" "start" "-a" "4ebfbb16505e7d7ca030c0054b1501a8830bd34562e311c614d011a1c5ddd8fe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | lambda: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [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/lib.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(lambda: Box) -> Self { Signal{lambda} } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | poll_func: Box T+Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:40 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: T, poll_func: Box T+Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:126:40 [INFO] [stderr] | [INFO] [stderr] 126 | observers: HashMap>>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:56 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn add_pollable(&mut self, pollable: Arc>) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | lambda: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [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/lib.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn new(lambda: Box) -> Self { Signal{lambda} } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | poll_func: Box T+Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:40 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: T, poll_func: Box T+Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> T+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:126:40 [INFO] [stderr] | [INFO] [stderr] 126 | observers: HashMap>>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:56 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn add_pollable(&mut self, pollable: Arc>) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn PollableTrait` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/runtime_loop-113eade386b4dac7 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] Clock: 10 [INFO] [stdout] Increment: 1 [INFO] [stdout] Increment: 2 [INFO] [stdout] Increment: 3 [INFO] [stdout] Increment: 4 [INFO] [stdout] Increment: 5 [INFO] [stdout] Increment: 6 [INFO] [stdout] Increment: 7 [INFO] [stdout] Increment: 8 [INFO] [stdout] Increment: 9 [INFO] [stdout] Increment: 10 [INFO] [stdout] Increment: 11 [INFO] [stdout] Increment: 12 [INFO] [stdout] Increment: 13 [INFO] [stdout] Increment: 14 [INFO] [stdout] Increment: 15 [INFO] [stdout] Increment: 16 [INFO] [stdout] Increment: 17 [INFO] [stdout] Increment: 18 [INFO] [stdout] Increment: 19 [INFO] [stdout] Increment: 20 [INFO] [stdout] Increment: 21 [INFO] [stdout] Increment: 22 [INFO] [stdout] Increment: 23 [INFO] [stdout] Increment: 24 [INFO] [stdout] Increment: 25 [INFO] [stdout] Increment: 26 [INFO] [stdout] Increment: 27 [INFO] [stdout] Increment: 28 [INFO] [stdout] Increment: 29 [INFO] [stdout] Increment: 30 [INFO] [stdout] Increment: 31 [INFO] [stdout] Increment: 32 [INFO] [stdout] Increment: 33 [INFO] [stdout] Increment: 34 [INFO] [stdout] Increment: 35 [INFO] [stdout] Increment: 36 [INFO] [stdout] Increment: 37 [INFO] [stdout] Increment: 38 [INFO] [stdout] Increment: 39 [INFO] [stdout] Increment: 40 [INFO] [stdout] Increment: 41 [INFO] [stdout] Increment: 42 [INFO] [stdout] Increment: 43 [INFO] [stdout] Increment: 44 [INFO] [stdout] Increment: 45 [INFO] [stdout] Increment: 46 [INFO] [stdout] Increment: 47 [INFO] [stdout] Increment: 48 [INFO] [stdout] Increment: 49 [INFO] [stdout] Increment: 50 [INFO] [stdout] Increment: 51 [INFO] [stdout] Increment: 52 [INFO] [stdout] Increment: 53 [INFO] [stdout] Increment: 54 [INFO] [stdout] Increment: 55 [INFO] [stdout] Increment: 56 [INFO] [stdout] Increment: 57 [INFO] [stdout] Increment: 58 [INFO] [stdout] Increment: 59 [INFO] [stdout] Increment: 60 [INFO] [stdout] Increment: 61 [INFO] [stdout] Increment: 62 [INFO] [stdout] Increment: 63 [INFO] [stdout] Increment: 64 [INFO] [stdout] Increment: 65 [INFO] [stdout] Increment: 66 [INFO] [stdout] Increment: 67 [INFO] [stdout] Increment: 68 [INFO] [stdout] Increment: 69 [INFO] [stdout] Increment: 70 [INFO] [stdout] Increment: 71 [INFO] [stdout] Increment: 72 [INFO] [stdout] Increment: 73 [INFO] [stdout] Increment: 74 [INFO] [stdout] Increment: 75 [INFO] [stdout] Increment: 76 [INFO] [stdout] Increment: 77 [INFO] [stdout] Increment: 78 [INFO] [stdout] Increment: 79 [INFO] [stdout] Increment: 80 [INFO] [stdout] Increment: 81 [INFO] [stdout] Increment: 82 [INFO] [stdout] Increment: 83 [INFO] [stdout] Increment: 84 [INFO] [stdout] Increment: 85 [INFO] [stdout] Increment: 86 [INFO] [stdout] Increment: 87 [INFO] [stdout] Increment: 88 [INFO] [stdout] Increment: 89 [INFO] [stdout] Increment: 90 [INFO] [stdout] Increment: 91 [INFO] [stdout] Increment: 92 [INFO] [stdout] Increment: 93 [INFO] [stdout] Increment: 94 [INFO] [stdout] Increment: 95 [INFO] [stdout] Increment: 96 [INFO] [stdout] Increment: 97 [INFO] [stdout] Increment: 98 [INFO] [stdout] Increment: 99 [INFO] [stdout] Increment: 100 [INFO] [stdout] Increment: 101 [INFO] [stdout] Increment: 102 [INFO] [stdout] Increment: 103 [INFO] [stdout] Increment: 104 [INFO] [stdout] Increment: 105 [INFO] [stdout] Increment: 106 [INFO] [stdout] Increment: 107 [INFO] [stdout] Increment: 108 [INFO] [stdout] Increment: 109 [INFO] [stdout] Increment: 110 [INFO] [stdout] Increment: 111 [INFO] [stdout] Increment: 112 [INFO] [stdout] Increment: 113 [INFO] [stdout] Increment: 114 [INFO] [stdout] Increment: 115 [INFO] [stdout] Increment: 116 [INFO] [stdout] Increment: 117 [INFO] [stdout] Increment: 118 [INFO] [stdout] Increment: 119 [INFO] [stdout] Increment: 120 [INFO] [stdout] Increment: 121 [INFO] [stdout] Increment: 122 [INFO] [stdout] Increment: 123 [INFO] [stdout] Increment: 124 [INFO] [stdout] Increment: 125 [INFO] [stdout] Increment: 126 [INFO] [stdout] Increment: 127 [INFO] [stdout] Increment: 128 [INFO] [stdout] Increment: 129 [INFO] [stdout] Increment: 130 [INFO] [stdout] Increment: 131 [INFO] [stdout] Increment: 132 [INFO] [stdout] Increment: 133 [INFO] [stdout] Increment: 134 [INFO] [stdout] Increment: 135 [INFO] [stdout] Increment: 136 [INFO] [stdout] Increment: 137 [INFO] [stdout] Increment: 138 [INFO] [stdout] Increment: 139 [INFO] [stdout] Increment: 140 [INFO] [stdout] Increment: 141 [INFO] [stdout] Increment: 142 [INFO] [stdout] Increment: 143 [INFO] [stdout] Increment: 144 [INFO] [stdout] Increment: 145 [INFO] [stdout] Increment: 146 [INFO] [stdout] Increment: 147 [INFO] [stdout] Increment: 148 [INFO] [stdout] Increment: 149 [INFO] [stdout] Increment: 150 [INFO] [stdout] Increment: 151 [INFO] [stdout] Increment: 152 [INFO] [stdout] Increment: 153 [INFO] [stdout] Increment: 154 [INFO] [stdout] Increment: 155 [INFO] [stdout] Increment: 156 [INFO] [stdout] Increment: 157 [INFO] [stdout] Increment: 158 [INFO] [stdout] Increment: 159 [INFO] [stdout] Increment: 160 [INFO] [stdout] Increment: 161 [INFO] [stdout] Increment: 162 [INFO] [stdout] Increment: 163 [INFO] [stdout] Increment: 164 [INFO] [stdout] Increment: 165 [INFO] [stdout] Increment: 166 [INFO] [stdout] Increment: 167 [INFO] [stdout] Increment: 168 [INFO] [stdout] Increment: 169 [INFO] [stdout] Increment: 170 [INFO] [stdout] Increment: 171 [INFO] [stdout] Increment: 172 [INFO] [stdout] Increment: 173 [INFO] [stdout] Increment: 174 [INFO] [stdout] Increment: 175 [INFO] [stdout] Increment: 176 [INFO] [stdout] Increment: 177 [INFO] [stdout] Increment: 178 [INFO] [stdout] Increment: 179 [INFO] [stdout] Increment: 180 [INFO] [stdout] Increment: 181 [INFO] [stdout] Increment: 182 [INFO] [stdout] Increment: 183 [INFO] [stdout] Increment: 184 [INFO] [stdout] Increment: 185 [INFO] [stdout] Increment: 186 [INFO] [stdout] Increment: 187 [INFO] [stdout] Increment: 188 [INFO] [stdout] Increment: 189 [INFO] [stdout] Increment: 190 [INFO] [stdout] Increment: 191 [INFO] [stdout] Increment: 192 [INFO] [stdout] Increment: 193 [INFO] [stdout] Increment: 194 [INFO] [stdout] Increment: 195 [INFO] [stdout] Increment: 196 [INFO] [stdout] Increment: 197 [INFO] [stdout] Increment: 198 [INFO] [stdout] Increment: 199 [INFO] [stdout] Increment: 200 [INFO] [stdout] Increment: 201 [INFO] [stdout] Increment: 202 [INFO] [stdout] Increment: 203 [INFO] [stdout] Increment: 204 [INFO] [stdout] Increment: 205 [INFO] [stdout] Increment: 206 [INFO] [stdout] Increment: 207 [INFO] [stdout] Increment: 208 [INFO] [stdout] Increment: 209 [INFO] [stdout] Increment: 210 [INFO] [stdout] Increment: 211 [INFO] [stdout] Increment: 212 [INFO] [stdout] Increment: 213 [INFO] [stdout] Increment: 214 [INFO] [stdout] Increment: 215 [INFO] [stdout] Increment: 216 [INFO] [stdout] Increment: 217 [INFO] [stdout] Increment: 218 [INFO] [stdout] Increment: 219 [INFO] [stdout] Increment: 220 [INFO] [stdout] Increment: 221 [INFO] [stdout] Increment: 222 [INFO] [stdout] Increment: 223 [INFO] [stdout] Increment: 224 [INFO] [stdout] Increment: 225 [INFO] [stdout] Increment: 226 [INFO] [stdout] Increment: 227 [INFO] [stdout] Increment: 228 [INFO] [stdout] Increment: 229 [INFO] [stdout] Increment: 230 [INFO] [stdout] Increment: 231 [INFO] [stdout] Increment: 232 [INFO] [stdout] Increment: 233 [INFO] [stdout] Increment: 234 [INFO] [stdout] Increment: 235 [INFO] [stdout] Increment: 236 [INFO] [stdout] Increment: 237 [INFO] [stdout] Increment: 238 [INFO] [stdout] Increment: 239 [INFO] [stdout] Increment: 240 [INFO] [stdout] Increment: 241 [INFO] [stdout] Increment: 242 [INFO] [stdout] Increment: 243 [INFO] [stdout] Increment: 244 [INFO] [stdout] Increment: 245 [INFO] [stdout] Increment: 246 [INFO] [stdout] Increment: 247 [INFO] [stdout] Increment: 248 [INFO] [stdout] Increment: 249 [INFO] [stdout] Increment: 250 [INFO] [stdout] Increment: 251 [INFO] [stdout] Increment: 252 [INFO] [stdout] Increment: 253 [INFO] [stdout] Increment: 254 [INFO] [stdout] Increment: 255 [INFO] [stdout] Increment: 256 [INFO] [stdout] Increment: 257 [INFO] [stdout] Increment: 258 [INFO] [stdout] Increment: 259 [INFO] [stdout] Increment: 260 [INFO] [stdout] Increment: 261 [INFO] [stdout] Increment: 262 [INFO] [stdout] Increment: 263 [INFO] [stdout] Increment: 264 [INFO] [stdout] Increment: 265 [INFO] [stdout] Increment: 266 [INFO] [stdout] Increment: 267 [INFO] [stdout] Increment: 268 [INFO] [stdout] Increment: 269 [INFO] [stdout] Increment: 270 [INFO] [stdout] Increment: 271 [INFO] [stdout] Increment: 272 [INFO] [stdout] Increment: 273 [INFO] [stdout] Increment: 274 [INFO] [stdout] Increment: 275 [INFO] [stdout] Increment: 276 [INFO] [stdout] Increment: 277 [INFO] [stdout] Increment: 278 [INFO] [stdout] Increment: 279 [INFO] [stdout] Increment: 280 [INFO] [stdout] Increment: 281 [INFO] [stdout] Increment: 282 [INFO] [stdout] Increment: 283 [INFO] [stdout] Increment: 284 [INFO] [stdout] Increment: 285 [INFO] [stdout] Increment: 286 [INFO] [stdout] Increment: 287 [INFO] [stdout] Increment: 288 [INFO] [stdout] Increment: 289 [INFO] [stdout] Increment: 290 [INFO] [stdout] Increment: 291 [INFO] [stdout] Increment: 292 [INFO] [stdout] Increment: 293 [INFO] [stdout] Increment: 294 [INFO] [stdout] Increment: 295 [INFO] [stdout] Increment: 296 [INFO] [stdout] Increment: 297 [INFO] [stdout] Increment: 298 [INFO] [stdout] Increment: 299 [INFO] [stdout] Increment: 300 [INFO] [stdout] Increment: 301 [INFO] [stdout] Increment: 302 [INFO] [stdout] Increment: 303 [INFO] [stdout] Increment: 304 [INFO] [stdout] Increment: 305 [INFO] [stdout] Increment: 306 [INFO] [stdout] Increment: 307 [INFO] [stdout] Increment: 308 [INFO] [stdout] Increment: 309 [INFO] [stdout] Increment: 310 [INFO] [stdout] Increment: 311 [INFO] [stdout] Increment: 312 [INFO] [stdout] Increment: 313 [INFO] [stdout] Increment: 314 [INFO] [stdout] Increment: 315 [INFO] [stdout] Increment: 316 [INFO] [stdout] Increment: 317 [INFO] [stdout] Increment: 318 [INFO] [stdout] Increment: 319 [INFO] [stdout] Increment: 320 [INFO] [stdout] Increment: 321 [INFO] [stdout] Increment: 322 [INFO] [stdout] Increment: 323 [INFO] [stdout] Increment: 324 [INFO] [stdout] Increment: 325 [INFO] [stdout] Increment: 326 [INFO] [stdout] Increment: 327 [INFO] [stdout] Increment: 328 [INFO] [stdout] Increment: 329 [INFO] [stdout] Increment: 330 [INFO] [stdout] Increment: 331 [INFO] [stdout] Increment: 332 [INFO] [stdout] Increment: 333 [INFO] [stdout] Increment: 334 [INFO] [stdout] Increment: 335 [INFO] [stdout] Increment: 336 [INFO] [stdout] Increment: 337 [INFO] [stdout] Increment: 338 [INFO] [stdout] Increment: 339 [INFO] [stdout] Increment: 340 [INFO] [stdout] Increment: 341 [INFO] [stdout] Increment: 342 [INFO] [stdout] Increment: 343 [INFO] [stdout] Increment: 344 [INFO] [stdout] Increment: 345 [INFO] [stdout] Increment: 346 [INFO] [stdout] Increment: 347 [INFO] [stdout] Increment: 348 [INFO] [stdout] Increment: 349 [INFO] [stdout] Increment: 350 [INFO] [stdout] Increment: 351 [INFO] [stdout] Increment: 352 [INFO] [stdout] Increment: 353 [INFO] [stdout] Increment: 354 [INFO] [stdout] Increment: 355 [INFO] [stdout] Increment: 356 [INFO] [stdout] Increment: 357 [INFO] [stdout] Increment: 358 [INFO] [stdout] Increment: 359 [INFO] [stdout] Increment: 360 [INFO] [stdout] Increment: 361 [INFO] [stdout] Increment: 362 [INFO] [stdout] Increment: 363 [INFO] [stdout] Increment: 364 [INFO] [stdout] Increment: 365 [INFO] [stdout] Increment: 366 [INFO] [stdout] Increment: 367 [INFO] [stdout] Increment: 368 [INFO] [stdout] Increment: 369 [INFO] [stdout] Increment: 370 [INFO] [stdout] Increment: 371 [INFO] [stdout] Increment: 372 [INFO] [stdout] Increment: 373 [INFO] [stdout] Increment: 374 [INFO] [stdout] Increment: 375 [INFO] [stdout] Increment: 376 [INFO] [stdout] Increment: 377 [INFO] [stdout] Increment: 378 [INFO] [stdout] Increment: 379 [INFO] [stdout] Increment: 380 [INFO] [stdout] Increment: 381 [INFO] [stdout] Increment: 382 [INFO] [stdout] Increment: 383 [INFO] [stdout] Increment: 384 [INFO] [stdout] Increment: 385 [INFO] [stdout] Increment: 386 [INFO] [stdout] Increment: 387 [INFO] [stdout] Increment: 388 [INFO] [stdout] Increment: 389 [INFO] [stdout] Increment: 390 [INFO] [stdout] Increment: 391 [INFO] [stdout] Increment: 392 [INFO] [stdout] Increment: 393 [INFO] [stdout] Increment: 394 [INFO] [stdout] Increment: 395 [INFO] [stdout] Increment: 396 [INFO] [stdout] Increment: 397 [INFO] [stdout] Increment: 398 [INFO] [stdout] Increment: 399 [INFO] [stdout] Increment: 400 [INFO] [stdout] Increment: 401 [INFO] [stdout] Increment: 402 [INFO] [stdout] Increment: 403 [INFO] [stdout] Increment: 404 [INFO] [stdout] Increment: 405 [INFO] [stdout] Increment: 406 [INFO] [stdout] Increment: 407 [INFO] [stdout] Increment: 408 [INFO] [stdout] Increment: 409 [INFO] [stdout] Increment: 410 [INFO] [stdout] Increment: 411 [INFO] [stdout] Increment: 412 [INFO] [stdout] Increment: 413 [INFO] [stdout] Increment: 414 [INFO] [stdout] Increment: 415 [INFO] [stdout] Increment: 416 [INFO] [stdout] Increment: 417 [INFO] [stdout] Increment: 418 [INFO] [stdout] Increment: 419 [INFO] [stdout] Increment: 420 [INFO] [stdout] Increment: 421 [INFO] [stdout] Increment: 422 [INFO] [stdout] Increment: 423 [INFO] [stdout] Increment: 424 [INFO] [stdout] Increment: 425 [INFO] [stdout] Increment: 426 [INFO] [stdout] Increment: 427 [INFO] [stdout] Increment: 428 [INFO] [stdout] Increment: 429 [INFO] [stdout] Increment: 430 [INFO] [stdout] Increment: 431 [INFO] [stdout] Increment: 432 [INFO] [stdout] Increment: 433 [INFO] [stdout] Increment: 434 [INFO] [stdout] Increment: 435 [INFO] [stdout] Increment: 436 [INFO] [stdout] Increment: 437 [INFO] [stdout] Increment: 438 [INFO] [stdout] Increment: 439 [INFO] [stdout] Increment: 440 [INFO] [stdout] Increment: 441 [INFO] [stdout] Increment: 442 [INFO] [stdout] Increment: 443 [INFO] [stdout] Increment: 444 [INFO] [stdout] Increment: 445 [INFO] [stdout] Increment: 446 [INFO] [stdout] Increment: 447 [INFO] [stdout] Increment: 448 [INFO] [stdout] Increment: 449 [INFO] [stdout] Increment: 450 [INFO] [stdout] Increment: 451 [INFO] [stdout] Increment: 452 [INFO] [stdout] Increment: 453 [INFO] [stdout] Increment: 454 [INFO] [stdout] Increment: 455 [INFO] [stdout] Increment: 456 [INFO] [stdout] Increment: 457 [INFO] [stdout] Increment: 458 [INFO] [stdout] Increment: 459 [INFO] [stdout] Increment: 460 [INFO] [stdout] Increment: 461 [INFO] [stdout] Increment: 462 [INFO] [stdout] Increment: 463 [INFO] [stdout] Increment: 464 [INFO] [stdout] Increment: 465 [INFO] [stdout] Increment: 466 [INFO] [stdout] Increment: 467 [INFO] [stdout] Increment: 468 [INFO] [stdout] Increment: 469 [INFO] [stdout] Increment: 470 [INFO] [stdout] Increment: 471 [INFO] [stdout] Increment: 472 [INFO] [stdout] Increment: 473 [INFO] [stdout] Increment: 474 [INFO] [stdout] Increment: 475 [INFO] [stdout] Increment: 476 [INFO] [stdout] Increment: 477 [INFO] [stdout] Increment: 478 [INFO] [stdout] Increment: 479 [INFO] [stdout] Increment: 480 [INFO] [stdout] Increment: 481 [INFO] [stdout] Increment: 482 [INFO] [stdout] Increment: 483 [INFO] [stdout] Increment: 484 [INFO] [stdout] Increment: 485 [INFO] [stdout] Increment: 486 [INFO] [stdout] Increment: 487 [INFO] [stdout] Increment: 488 [INFO] [stdout] Increment: 489 [INFO] [stdout] Increment: 490 [INFO] [stdout] Increment: 491 [INFO] [stdout] Increment: 492 [INFO] [stdout] Increment: 493 [INFO] [stdout] Increment: 494 [INFO] [stdout] Increment: 495 [INFO] [stdout] Increment: 496 [INFO] [stdout] Increment: 497 [INFO] [stdout] Increment: 498 [INFO] [stdout] Increment: 499 [INFO] [stdout] Increment: 500 [INFO] [stdout] Increment: 501 [INFO] [stdout] Increment: 502 [INFO] [stdout] Increment: 503 [INFO] [stdout] Increment: 504 [INFO] [stdout] Increment: 505 [INFO] [stdout] Increment: 506 [INFO] [stdout] Increment: 507 [INFO] [stdout] Increment: 508 [INFO] [stdout] Increment: 509 [INFO] [stdout] Increment: 510 [INFO] [stdout] Increment: 511 [INFO] [stdout] Increment: 512 [INFO] [stdout] Increment: 513 [INFO] [stdout] Increment: 514 [INFO] [stdout] Increment: 515 [INFO] [stdout] Increment: 516 [INFO] [stdout] Increment: 517 [INFO] [stdout] Increment: 518 [INFO] [stdout] Increment: 519 [INFO] [stdout] Increment: 520 [INFO] [stdout] Increment: 521 [INFO] [stdout] Increment: 522 [INFO] [stdout] Increment: 523 [INFO] [stdout] Increment: 524 [INFO] [stdout] Increment: 525 [INFO] [stdout] Increment: 526 [INFO] [stdout] Increment: 527 [INFO] [stdout] Increment: 528 [INFO] [stdout] Increment: 529 [INFO] [stdout] Increment: 530 [INFO] [stdout] Increment: 531 [INFO] [stdout] Increment: 532 [INFO] [stdout] Increment: 533 [INFO] [stdout] Increment: 534 [INFO] [stdout] Increment: 535 [INFO] [stdout] Increment: 536 [INFO] [stdout] Increment: 537 [INFO] [stdout] Increment: 538 [INFO] [stdout] Increment: 539 [INFO] [stdout] Increment: 540 [INFO] [stdout] Increment: 541 [INFO] [stdout] Increment: 542 [INFO] [stdout] Increment: 543 [INFO] [stdout] Increment: 544 [INFO] [stdout] Increment: 545 [INFO] [stdout] Increment: 546 [INFO] [stdout] Increment: 547 [INFO] [stdout] Increment: 548 [INFO] [stdout] Increment: 549 [INFO] [stdout] Increment: 550 [INFO] [stdout] Increment: 551 [INFO] [stdout] Increment: 552 [INFO] [stdout] Increment: 553 [INFO] [stdout] Increment: 554 [INFO] [stdout] Increment: 555 [INFO] [stdout] Increment: 556 [INFO] [stdout] Increment: 557 [INFO] [stdout] Increment: 558 [INFO] [stdout] Increment: 559 [INFO] [stdout] Increment: 560 [INFO] [stdout] Increment: 561 [INFO] [stdout] Increment: 562 [INFO] [stdout] Increment: 563 [INFO] [stdout] Increment: 564 [INFO] [stdout] Increment: 565 [INFO] [stdout] Increment: 566 [INFO] [stdout] Increment: 567 [INFO] [stdout] Increment: 568 [INFO] [stdout] Increment: 569 [INFO] [stdout] Increment: 570 [INFO] [stdout] Increment: 571 [INFO] [stdout] Increment: 572 [INFO] [stdout] Increment: 573 [INFO] [stdout] Increment: 574 [INFO] [stdout] Increment: 575 [INFO] [stdout] Increment: 576 [INFO] [stdout] Increment: 577 [INFO] [stdout] Increment: 578 [INFO] [stdout] Increment: 579 [INFO] [stdout] Increment: 580 [INFO] [stdout] Increment: 581 [INFO] [stdout] Increment: 582 [INFO] [stdout] Increment: 583 [INFO] [stdout] Increment: 584 [INFO] [stdout] Increment: 585 [INFO] [stdout] Increment: 586 [INFO] [stdout] Increment: 587 [INFO] [stdout] Increment: 588 [INFO] [stdout] Increment: 589 [INFO] [stdout] Increment: 590 [INFO] [stdout] Increment: 591 [INFO] [stdout] Increment: 592 [INFO] [stdout] Increment: 593 [INFO] [stdout] Increment: 594 [INFO] [stdout] Increment: 595 [INFO] [stdout] Increment: 596 [INFO] [stdout] Increment: 597 [INFO] [stdout] Increment: 598 [INFO] [stdout] Increment: 599 [INFO] [stdout] Increment: 600 [INFO] [stdout] Increment: 601 [INFO] [stdout] Increment: 602 [INFO] [stdout] Increment: 603 [INFO] [stdout] Increment: 604 [INFO] [stdout] Increment: 605 [INFO] [stdout] Increment: 606 [INFO] [stdout] Increment: 607 [INFO] [stdout] Increment: 608 [INFO] [stdout] Increment: 609 [INFO] [stdout] Increment: 610 [INFO] [stdout] Increment: 611 [INFO] [stdout] Increment: 612 [INFO] [stdout] Increment: 613 [INFO] [stdout] Increment: 614 [INFO] [stdout] Increment: 615 [INFO] [stdout] Increment: 616 [INFO] [stdout] Increment: 617 [INFO] [stdout] Increment: 618 [INFO] [stdout] Increment: 619 [INFO] [stdout] Increment: 620 [INFO] [stdout] Increment: 621 [INFO] [stdout] Increment: 622 [INFO] [stdout] Increment: 623 [INFO] [stdout] Increment: 624 [INFO] [stdout] Increment: 625 [INFO] [stdout] Increment: 626 [INFO] [stdout] Increment: 627 [INFO] [stdout] Increment: 628 [INFO] [stdout] Increment: 629 [INFO] [stdout] Increment: 630 [INFO] [stdout] Increment: 631 [INFO] [stdout] Increment: 632 [INFO] [stdout] Increment: 633 [INFO] [stdout] Increment: 634 [INFO] [stdout] Increment: 635 [INFO] [stdout] Increment: 636 [INFO] [stdout] Increment: 637 [INFO] [stdout] Increment: 638 [INFO] [stdout] Increment: 639 [INFO] [stdout] Increment: 640 [INFO] [stdout] Increment: 641 [INFO] [stdout] Increment: 642 [INFO] [stdout] Increment: 643 [INFO] [stdout] Increment: 644 [INFO] [stdout] Increment: 645 [INFO] [stdout] Increment: 646 [INFO] [stdout] Increment: 647 [INFO] [stdout] Increment: 648 [INFO] [stdout] Increment: 649 [INFO] [stdout] Increment: 650 [INFO] [stdout] Increment: 651 [INFO] [stdout] Increment: 652 [INFO] [stdout] Increment: 653 [INFO] [stdout] Increment: 654 [INFO] [stdout] Increment: 655 [INFO] [stdout] Increment: 656 [INFO] [stdout] Increment: 657 [INFO] [stdout] Increment: 658 [INFO] [stdout] Increment: 659 [INFO] [stdout] Increment: 660 [INFO] [stdout] Increment: 661 [INFO] [stdout] Increment: 662 [INFO] [stdout] Increment: 663 [INFO] [stdout] Increment: 664 [INFO] [stdout] Increment: 665 [INFO] [stdout] Increment: 666 [INFO] [stdout] Increment: 667 [INFO] [stdout] Increment: 668 [INFO] [stdout] Increment: 669 [INFO] [stdout] Increment: 670 [INFO] [stdout] Increment: 671 [INFO] [stdout] Increment: 672 [INFO] [stdout] Increment: 673 [INFO] [stdout] Increment: 674 [INFO] [stdout] Increment: 675 [INFO] [stdout] Increment: 676 [INFO] [stdout] Increment: 677 [INFO] [stdout] Increment: 678 [INFO] [stdout] Increment: 679 [INFO] [stdout] Increment: 680 [INFO] [stdout] Increment: 681 [INFO] [stdout] Increment: 682 [INFO] [stdout] Increment: 683 [INFO] [stdout] Increment: 684 [INFO] [stdout] Increment: 685 [INFO] [stdout] Increment: 686 [INFO] [stdout] Increment: 687 [INFO] [stdout] Increment: 688 [INFO] [stdout] Increment: 689 [INFO] [stdout] Increment: 690 [INFO] [stdout] Increment: 691 [INFO] [stdout] Increment: 692 [INFO] [stdout] Increment: 693 [INFO] [stdout] Increment: 694 [INFO] [stdout] Increment: 695 [INFO] [stdout] Increment: 696 [INFO] [stdout] Increment: 697 [INFO] [stdout] Increment: 698 [INFO] [stdout] Increment: 699 [INFO] [stdout] Increment: 700 [INFO] [stdout] Increment: 701 [INFO] [stdout] Increment: 702 [INFO] [stdout] Increment: 703 [INFO] [stdout] Increment: 704 [INFO] [stdout] Increment: 705 [INFO] [stdout] Increment: 706 [INFO] [stdout] Increment: 707 [INFO] [stdout] Increment: 708 [INFO] [stdout] Increment: 709 [INFO] [stdout] Increment: 710 [INFO] [stdout] Increment: 711 [INFO] [stdout] Increment: 712 [INFO] [stdout] Increment: 713 [INFO] [stdout] Increment: 714 [INFO] [stdout] Increment: 715 [INFO] [stdout] Increment: 716 [INFO] [stdout] Increment: 717 [INFO] [stdout] Increment: 718 [INFO] [stdout] Increment: 719 [INFO] [stdout] Increment: 720 [INFO] [stdout] Increment: 721 [INFO] [stdout] Increment: 722 [INFO] [stdout] Increment: 723 [INFO] [stdout] Increment: 724 [INFO] [stdout] Increment: 725 [INFO] [stdout] Increment: 726 [INFO] [stdout] Increment: 727 [INFO] [stdout] Increment: 728 [INFO] [stdout] Increment: 729 [INFO] [stdout] Increment: 730 [INFO] [stdout] Increment: 731 [INFO] [stdout] Increment: 732 [INFO] [stdout] Increment: 733 [INFO] [stdout] Increment: 734 [INFO] [stdout] Increment: 735 [INFO] [stdout] Increment: 736 [INFO] [stdout] Increment: 737 [INFO] [stdout] Increment: 738 [INFO] [stdout] Increment: 739 [INFO] [stdout] Increment: 740 [INFO] [stdout] Increment: 741 [INFO] [stdout] Increment: 742 [INFO] [stdout] Increment: 743 [INFO] [stdout] Increment: 744 [INFO] [stdout] Increment: 745 [INFO] [stdout] Increment: 746 [INFO] [stdout] Increment: 747 [INFO] [stdout] Increment: 748 [INFO] [stdout] Increment: 749 [INFO] [stdout] Increment: 750 [INFO] [stdout] Increment: 751 [INFO] [stdout] Increment: 752 [INFO] [stdout] Increment: 753 [INFO] [stdout] Increment: 754 [INFO] [stdout] Increment: 755 [INFO] [stdout] Increment: 756 [INFO] [stdout] Increment: 757 [INFO] [stdout] Increment: 758 [INFO] [stdout] Increment: 759 [INFO] [stdout] Increment: 760 [INFO] [stdout] Increment: 761 [INFO] [stdout] Increment: 762 [INFO] [stdout] Increment: 763 [INFO] [stdout] Increment: 764 [INFO] [stdout] Increment: 765 [INFO] [stdout] Increment: 766 [INFO] [stdout] Increment: 767 [INFO] [stdout] Increment: 768 [INFO] [stdout] Increment: 769 [INFO] [stdout] Increment: 770 [INFO] [stdout] Increment: 771 [INFO] [stdout] Increment: 772 [INFO] [stdout] Increment: 773 [INFO] [stdout] Increment: 774 [INFO] [stdout] Increment: 775 [INFO] [stdout] Increment: 776 [INFO] [stdout] Increment: 777 [INFO] [stdout] Increment: 778 [INFO] [stdout] Increment: 779 [INFO] [stdout] Increment: 780 [INFO] [stdout] Increment: 781 [INFO] [stdout] Increment: 782 [INFO] [stdout] Increment: 783 [INFO] [stdout] Increment: 784 [INFO] [stdout] Increment: 785 [INFO] [stdout] Increment: 786 [INFO] [stdout] Increment: 787 [INFO] [stdout] Increment: 788 [INFO] [stdout] Increment: 789 [INFO] [stdout] Increment: 790 [INFO] [stdout] Increment: 791 [INFO] [stdout] Increment: 792 [INFO] [stdout] Increment: 793 [INFO] [stdout] test tests::increment_test ... ok [INFO] [stdout] Clock: 11 [INFO] [stdout] Clock: 12 [INFO] [stdout] test tests::clock_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests runtime-loop [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 6) ... FAILED [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 6) stdout ---- [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `runtime` [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 3 | [dependencies] [INFO] [stdout] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] 4 | runtime-loop = "0.0.3" [INFO] [stdout] | ^^^^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 6) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "4ebfbb16505e7d7ca030c0054b1501a8830bd34562e311c614d011a1c5ddd8fe"` [INFO] running `"docker" "rm" "-f" "4ebfbb16505e7d7ca030c0054b1501a8830bd34562e311c614d011a1c5ddd8fe"` [INFO] [stdout] 4ebfbb16505e7d7ca030c0054b1501a8830bd34562e311c614d011a1c5ddd8fe