[INFO] cloning repository https://github.com/joyent/rust-fast [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joyent/rust-fast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoyent%2Frust-fast", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoyent%2Frust-fast'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ddf01bba94c010d5627bf0eb0ff260b8085a460 [INFO] testing joyent/rust-fast against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoyent%2Frust-fast" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joyent/rust-fast on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/joyent/rust-fast [INFO] finished tweaking git repo https://github.com/joyent/rust-fast [INFO] tweaked toml for git repo https://github.com/joyent/rust-fast written to /workspace/builds/worker-26/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65d6dc82a284b12f82535b1b7ba76086b5ee54202b92ce1a1968ef05d462c627 [INFO] running `Command { std: "docker" "start" "-a" "65d6dc82a284b12f82535b1b7ba76086b5ee54202b92ce1a1968ef05d462c627", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65d6dc82a284b12f82535b1b7ba76086b5ee54202b92ce1a1968ef05d462c627", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65d6dc82a284b12f82535b1b7ba76086b5ee54202b92ce1a1968ef05d462c627", kill_on_drop: false }` [INFO] [stdout] 65d6dc82a284b12f82535b1b7ba76086b5ee54202b92ce1a1968ef05d462c627 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b25a79890f897a973f389afd335097f503609cf613b2c7e6939428cdfd5898c2 [INFO] running `Command { std: "docker" "start" "-a" "b25a79890f897a973f389afd335097f503609cf613b2c7e6939428cdfd5898c2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling arc-swap v1.3.2 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling fast-rpc v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.61s [INFO] running `Command { std: "docker" "inspect" "b25a79890f897a973f389afd335097f503609cf613b2c7e6939428cdfd5898c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b25a79890f897a973f389afd335097f503609cf613b2c7e6939428cdfd5898c2", kill_on_drop: false }` [INFO] [stdout] b25a79890f897a973f389afd335097f503609cf613b2c7e6939428cdfd5898c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a51ee62ac1b7ea4437c209d603a3ab054b7668ea5ae8e25546fc3e0840b1a45 [INFO] running `Command { std: "docker" "start" "-a" "1a51ee62ac1b7ea4437c209d603a3ab054b7668ea5ae8e25546fc3e0840b1a45", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling fast-rpc v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.85s [INFO] running `Command { std: "docker" "inspect" "1a51ee62ac1b7ea4437c209d603a3ab054b7668ea5ae8e25546fc3e0840b1a45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a51ee62ac1b7ea4437c209d603a3ab054b7668ea5ae8e25546fc3e0840b1a45", kill_on_drop: false }` [INFO] [stdout] 1a51ee62ac1b7ea4437c209d603a3ab054b7668ea5ae8e25546fc3e0840b1a45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 17856a8bf60c990c2f8120bd5a857b7db458bbfbbede31006f1510750bc075d6 [INFO] running `Command { std: "docker" "start" "-a" "17856a8bf60c990c2f8120bd5a857b7db458bbfbbede31006f1510750bc075d6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fast_rpc-24478094bdb577d5) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test protocol::test::prop_fast_message_roundtrip ... ok [INFO] [stdout] test protocol::test::prop_fast_message_bundling ... ok [INFO] [stderr] Running tests/client_server_test.rs (/opt/rustwide/target/debug/deps/client_server_test-28e1143deb58c677) [INFO] [stdout] test protocol::test::prop_fast_message_decoding ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] Sep 12 10:45:34.300 INFO listening for fast requests, address: 127.0.0.1:56652, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.506 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.506 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.506 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.506 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.510 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.510 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.510 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.510 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.513 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.513 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.513 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.513 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.517 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.517 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.517 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.517 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.525 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.525 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.525 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.525 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.529 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.529 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.529 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.529 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.534 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.534 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.534 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.534 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.539 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.539 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.539 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.539 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.545 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.545 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.545 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.545 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.551 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.551 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.551 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.551 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.557 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.557 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.557 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.557 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.563 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.563 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.563 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.563 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.569 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.569 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.569 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.569 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.575 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.575 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.575 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.575 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.583 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.583 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.583 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.583 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.592 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.592 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.592 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.593 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.602 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.602 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.602 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.602 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.613 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.613 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.613 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.613 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.624 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.624 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.624 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.624 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.634 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.634 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.634 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.634 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.645 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.645 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.645 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.645 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.657 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.658 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.658 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.658 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.673 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.673 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.673 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.673 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.686 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.686 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.686 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.686 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.700 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.700 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.700 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.701 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.715 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.715 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.715 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.715 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.730 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.730 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.730 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.730 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.746 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.746 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.746 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.746 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.765 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.765 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.765 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.765 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.789 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.789 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.789 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.789 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.818 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.818 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.818 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.818 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.846 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.846 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.846 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.846 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.879 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.879 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.879 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.879 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.912 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.912 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.912 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.912 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.946 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.946 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.946 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.946 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.980 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.980 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.980 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:34.980 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.007 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.008 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.008 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.008 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.048 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.048 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.048 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.048 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.088 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.088 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.088 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.088 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.110 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.110 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.110 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.110 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.132 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.132 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.132 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.132 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.154 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.154 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.154 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.154 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.177 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.177 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.177 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.177 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.198 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.198 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.198 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.198 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.215 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.216 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.216 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.216 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.239 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.239 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.239 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.239 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.264 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.264 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.264 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.264 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.288 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.288 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.288 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.288 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.308 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.308 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.309 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.309 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.336 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.336 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.337 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.337 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.362 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.362 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.362 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.362 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.389 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.389 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.389 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.389 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.419 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.419 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.419 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.419 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.448 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.449 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.449 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.449 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.478 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.479 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.479 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.479 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.509 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.509 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.509 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.509 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.540 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.540 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.540 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.540 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.571 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.571 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.571 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.572 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.603 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.603 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.604 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.604 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.634 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.634 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.634 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.634 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.657 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.657 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.657 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.657 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.689 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.690 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.690 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.690 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.722 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.722 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.722 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.722 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.758 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.758 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.758 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.758 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.809 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.809 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.809 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.809 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.855 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.855 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.855 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.855 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.901 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.901 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.901 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.901 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.952 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.952 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.952 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:35.952 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.005 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.005 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.005 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.005 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.065 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.065 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.065 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.065 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.136 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.136 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.136 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.136 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.207 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.208 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.208 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.208 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.281 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.281 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.281 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.281 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.356 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.356 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.356 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.356 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.434 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.434 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.434 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.434 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.512 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.512 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.512 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.512 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.589 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.589 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.589 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.589 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.653 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.653 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.653 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.654 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.710 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.710 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.710 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.710 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.741 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.741 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.741 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.742 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.770 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.770 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.770 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.770 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.800 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.800 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.800 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.800 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.830 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.830 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.830 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.830 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.860 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.860 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.860 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.860 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.891 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.891 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.891 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.891 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.921 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.921 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.921 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.921 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.952 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.952 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.952 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.952 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.983 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.983 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.983 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:36.983 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.015 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.015 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.015 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.015 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.046 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.046 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.046 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.046 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.078 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.078 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.078 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.078 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.110 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.110 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.110 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.110 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.143 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.143 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.143 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.143 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.176 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.176 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.176 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.177 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.209 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.210 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.210 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.210 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.246 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.246 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.246 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.246 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.283 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.283 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.283 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.283 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.316 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.316 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.316 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.316 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.349 DEBG processing fast message, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.349 DEBG responding to 1 messages, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.349 DEBG handling echo function request, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.349 DEBG generated response, build-id: 0.1.0 [INFO] [stdout] Sep 12 10:45:37.363 DEBG transmitted response to client, build-id: 0.1.0 [INFO] [stdout] test client_server_comms ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.07s [INFO] [stdout] [INFO] [stderr] Doc-tests fast-rpc [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "17856a8bf60c990c2f8120bd5a857b7db458bbfbbede31006f1510750bc075d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17856a8bf60c990c2f8120bd5a857b7db458bbfbbede31006f1510750bc075d6", kill_on_drop: false }` [INFO] [stdout] 17856a8bf60c990c2f8120bd5a857b7db458bbfbbede31006f1510750bc075d6