Mock Version: 1.2.20 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/regex-parser.spec'], gid=135timeout=0shell=Falselogger=printOutput=Falseenv={'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4106/root'user='mockbuild'uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/regex-parser.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-243280416.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/syslog-ng-regex-parser-0.3.0-1.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/regex-parser.spec'], gid=135timeout=0shell=Falselogger=private_network=Trueenv={'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4106/root'user='mockbuild'printOutput=Falseuid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/regex-parser.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DYPPwf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf syslog-ng-rust-modules-master + /usr/bin/unzip /builddir/build/SOURCES/master.zip Archive: /builddir/build/SOURCES/master.zip 8af83e1754a3a59228f1b98d41b6a69516e103f3 creating: syslog-ng-rust-modules-master/ extracting: syslog-ng-rust-modules-master/.gitignore inflating: syslog-ng-rust-modules-master/.travis.yml creating: syslog-ng-rust-modules-master/.travis/ inflating: syslog-ng-rust-modules-master/.travis/cargo-test.sh inflating: syslog-ng-rust-modules-master/.travis/install-ivykis.sh inflating: syslog-ng-rust-modules-master/.travis/install-syslog-ng.sh inflating: syslog-ng-rust-modules-master/.travis/rust-cpython-upgrade-hack.sh inflating: syslog-ng-rust-modules-master/.travis/test-cmake.sh inflating: syslog-ng-rust-modules-master/.travis/test-everything.sh inflating: syslog-ng-rust-modules-master/CMakeLists.txt inflating: syslog-ng-rust-modules-master/README.md creating: syslog-ng-rust-modules-master/actiondb-parser/ extracting: syslog-ng-rust-modules-master/actiondb-parser/.gitignore inflating: syslog-ng-rust-modules-master/actiondb-parser/CMakeLists.txt inflating: syslog-ng-rust-modules-master/actiondb-parser/Cargo.toml inflating: syslog-ng-rust-modules-master/actiondb-parser/LICENSE-APACHE inflating: syslog-ng-rust-modules-master/actiondb-parser/LICENSE-MIT inflating: syslog-ng-rust-modules-master/actiondb-parser/README.md creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/.gitignore inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/.travis.yml inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/CHANGELOG.md inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/Cargo.toml inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/README.md creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/ creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/mod.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/parser/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/parser/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/parser/pattern.rustpeg inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/parser/pattern_parser.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/grammar/test.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/lib.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/compiled_pattern.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/factory.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/mod.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/deser.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/file/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/file/deser.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/file/iter.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/file/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/source.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/test.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/deser.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/error.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/message.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern/testmessage/test.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern_loader.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern_source/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern_source/error.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/pattern_source/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/result.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suffix_array/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suffix_array/impls.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suffix_array/interface.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suffix_array/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suffix_array/test.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/suite.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/factory.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/matcher.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/mod.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/node/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/node/interface.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/node/literal.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/node/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/node/parser.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/parser_factory.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/matcher/trie/suite.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/base.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/greedy.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/has_length_constraint.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/int.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/parsers/set.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/utils/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/utils/common_prefix.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/utils/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/src/utils/sortedvec.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/ creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/file/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/file/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/file/ssh_ok.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/file/ssh_ok.yaml inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/file/ssh_wrong.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/lib.rs creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/mod.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/pattern_validation_should_not_be_local.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_ok.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_only_expected_tags_are_checked.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_only_expected_values_are_checked.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_tags_are_not_there.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_we_can_parse_multiline_messages.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_when_an_expected_value_is_not_found_we_fail.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/matcher/ssh_wrong.json inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/tests/ssh_log.txt creating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/utils/ inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/utils/README.md inflating: syslog-ng-rust-modules-master/actiondb-parser/actiondb/utils/pdb2adb creating: syslog-ng-rust-modules-master/actiondb-parser/benches/ inflating: syslog-ng-rust-modules-master/actiondb-parser/benches/loggen.json inflating: syslog-ng-rust-modules-master/actiondb-parser/benches/parse.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/build.rs creating: syslog-ng-rust-modules-master/actiondb-parser/scl/ creating: syslog-ng-rust-modules-master/actiondb-parser/scl/actiondb-parser/ inflating: syslog-ng-rust-modules-master/actiondb-parser/scl/actiondb-parser/plugin.conf creating: syslog-ng-rust-modules-master/actiondb-parser/src/ creating: syslog-ng-rust-modules-master/actiondb-parser/src/bin/ inflating: syslog-ng-rust-modules-master/actiondb-parser/src/bin/adbtool.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/bin/logger.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/bin/parse.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/keys.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/lib.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/msgfilller.rs inflating: syslog-ng-rust-modules-master/actiondb-parser/src/options.rs creating: syslog-ng-rust-modules-master/cmake/ creating: syslog-ng-rust-modules-master/cmake/Modules/ inflating: syslog-ng-rust-modules-master/cmake/Modules/FindCargo.cmake inflating: syslog-ng-rust-modules-master/cmake/Modules/FindRust.cmake inflating: syslog-ng-rust-modules-master/cmake/Modules/UseRust.cmake creating: syslog-ng-rust-modules-master/correlation-parser/ inflating: syslog-ng-rust-modules-master/correlation-parser/.gitignore inflating: syslog-ng-rust-modules-master/correlation-parser/.travis.yml inflating: syslog-ng-rust-modules-master/correlation-parser/CMakeLists.txt inflating: syslog-ng-rust-modules-master/correlation-parser/Cargo.toml inflating: syslog-ng-rust-modules-master/correlation-parser/build.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/Cargo.toml inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/LICENSE-APACHE inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/LICENSE-MIT inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/README.md creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/action.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/conditions.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/ creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/ creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/deser/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/deser/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/deser/test.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/message/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/message/builder.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/message/deser.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/message/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/message/test.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/action/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/deser.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/config/mod.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/base.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/context_map.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/linear.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/map/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/map/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/map/test.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/context/test.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/error.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/factory.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/message.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/test.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/correlator/timer.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/duration.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/lib.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/macros.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/message/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/message/builder.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/message/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/message/test.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/reactor.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/state.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/test_utils/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/test_utils/base_context.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/test_utils/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/src/test_utils/template.rs creating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/ creating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/ inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/contexts.json inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/contexts.yaml extracting: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/invalid.json extracting: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/invalid.yaml inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/correlator/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/correlation/tests/lib.rs creating: syslog-ng-rust-modules-master/correlation-parser/scl/ creating: syslog-ng-rust-modules-master/correlation-parser/scl/correlation-parser/ inflating: syslog-ng-rust-modules-master/correlation-parser/scl/correlation-parser/plugin.conf creating: syslog-ng-rust-modules-master/correlation-parser/src/ inflating: syslog-ng-rust-modules-master/correlation-parser/src/lib.rs inflating: syslog-ng-rust-modules-master/correlation-parser/src/logevent.rs creating: syslog-ng-rust-modules-master/correlation-parser/src/logtemplate/ inflating: syslog-ng-rust-modules-master/correlation-parser/src/logtemplate/mod.rs inflating: syslog-ng-rust-modules-master/correlation-parser/src/mock.rs inflating: syslog-ng-rust-modules-master/correlation-parser/src/options.rs inflating: syslog-ng-rust-modules-master/correlation-parser/src/timer.rs creating: syslog-ng-rust-modules-master/correlation-parser/tests/ inflating: syslog-ng-rust-modules-master/correlation-parser/tests/contexts.json inflating: syslog-ng-rust-modules-master/correlation-parser/tests/empty_pattern.json inflating: syslog-ng-rust-modules-master/correlation-parser/tests/parse.rs inflating: syslog-ng-rust-modules-master/correlation-parser/tests/spinning.yml inflating: syslog-ng-rust-modules-master/correlation-parser/tests/timer.rs creating: syslog-ng-rust-modules-master/python-parser/ extracting: syslog-ng-rust-modules-master/python-parser/.gitignore inflating: syslog-ng-rust-modules-master/python-parser/CMakeLists.txt inflating: syslog-ng-rust-modules-master/python-parser/Cargo.toml inflating: syslog-ng-rust-modules-master/python-parser/README.md creating: syslog-ng-rust-modules-master/python-parser/_test_module/ inflating: syslog-ng-rust-modules-master/python-parser/_test_module/__init__.py inflating: syslog-ng-rust-modules-master/python-parser/_test_module/regex.py inflating: syslog-ng-rust-modules-master/python-parser/_test_module/test_logging.py creating: syslog-ng-rust-modules-master/python-parser/benches/ inflating: syslog-ng-rust-modules-master/python-parser/benches/parse.rs inflating: syslog-ng-rust-modules-master/python-parser/build.rs creating: syslog-ng-rust-modules-master/python-parser/scl/ creating: syslog-ng-rust-modules-master/python-parser/scl/python-parser/ inflating: syslog-ng-rust-modules-master/python-parser/scl/python-parser/plugin.conf creating: syslog-ng-rust-modules-master/python-parser/src/ inflating: syslog-ng-rust-modules-master/python-parser/src/lib.rs inflating: syslog-ng-rust-modules-master/python-parser/src/py_logmsg.rs inflating: syslog-ng-rust-modules-master/python-parser/src/utils.rs creating: syslog-ng-rust-modules-master/python-parser/tests/ inflating: syslog-ng-rust-modules-master/python-parser/tests/logging.rs inflating: syslog-ng-rust-modules-master/python-parser/tests/parser.rs inflating: syslog-ng-rust-modules-master/python-parser/tests/parser_builder.rs inflating: syslog-ng-rust-modules-master/python-parser/tests/py_logmsg.rs creating: syslog-ng-rust-modules-master/regex-parser/ extracting: syslog-ng-rust-modules-master/regex-parser/.gitignore inflating: syslog-ng-rust-modules-master/regex-parser/CMakeLists.txt inflating: syslog-ng-rust-modules-master/regex-parser/Cargo.toml inflating: syslog-ng-rust-modules-master/regex-parser/README.md creating: syslog-ng-rust-modules-master/regex-parser/benches/ inflating: syslog-ng-rust-modules-master/regex-parser/benches/parse.rs inflating: syslog-ng-rust-modules-master/regex-parser/build.rs creating: syslog-ng-rust-modules-master/regex-parser/scl/ creating: syslog-ng-rust-modules-master/regex-parser/scl/regex-parser/ inflating: syslog-ng-rust-modules-master/regex-parser/scl/regex-parser/plugin.conf creating: syslog-ng-rust-modules-master/regex-parser/src/ inflating: syslog-ng-rust-modules-master/regex-parser/src/lib.rs inflating: syslog-ng-rust-modules-master/regex-parser/src/tests.rs extracting: syslog-ng-rust-modules-master/rustfmt.toml creating: syslog-ng-rust-modules-master/syslog-ng-rs/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/.gitignore inflating: syslog-ng-rust-modules-master/syslog-ng-rs/LICENSE-APACHE inflating: syslog-ng-rust-modules-master/syslog-ng-rs/LICENSE-MIT inflating: syslog-ng-rust-modules-master/syslog-ng-rs/README.md creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build/Cargo.toml creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build/src/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build/src/lib.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/Cargo.toml creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/cfg.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/formatter.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/lib.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logger.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logmsg/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logmsg/mod.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logmsg/test.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logparser.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logpipe.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logtemplate/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logtemplate/mod.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/logtemplate/tests.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/messages.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/mock.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/plugin.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/mod.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/parser/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/parser/error.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/parser/mod.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/proxies/parser/proxy.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/sys.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/tests/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/tests/dummy-parser.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/tests/panicking-parser.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/tests/template_functions.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/ extracting: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/.gitignore inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/Cargo.toml inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/build.rs creating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/ inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/cfg.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/lib.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/logmsg.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/logparser.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/logpipe.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/logtemplate.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/messages.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/plugin.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/resolved_configurable_paths.rs inflating: syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/types.rs + STATUS=0 + '[' 0 -ne 0 ']' + cd syslog-ng-rust-modules-master + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd syslog-ng-rust-modules-master drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/thread-id/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/thread-id/2.0.0/ -rw-r--r-- root/root 6108 2016-09-05 13:55 vendor/cache/thread-id/2.0.0/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/glib-sys/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/glib-sys/0.3.1/ -rw-r--r-- root/root 36346 2016-09-05 13:55 vendor/cache/glib-sys/0.3.1/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/utf8-ranges/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/utf8-ranges/0.1.3/ -rw-r--r-- root/root 8422 2016-09-05 13:55 vendor/cache/utf8-ranges/0.1.3/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/aho-corasick/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/aho-corasick/0.5.2/ -rw-r--r-- root/root 542932 2016-09-05 13:55 vendor/cache/aho-corasick/0.5.2/download + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-parser-deps.tgz + /usr/bin/tar -xvvf - drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/quick-error/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/quick-error/1.1.0/ -rw-r--r-- root/root 13671 2016-09-05 13:55 vendor/cache/quick-error/1.1.0/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/regex-syntax/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/regex-syntax/0.3.5/ -rw-r--r-- root/root 116666 2016-09-05 13:55 vendor/cache/regex-syntax/0.3.5/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/pkg-config/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/pkg-config/0.3.8/ -rw-r--r-- root/root 10814 2016-09-05 13:55 vendor/cache/pkg-config/0.3.8/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gcc/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gcc/0.3.35/ -rw-r--r-- root/root 23869 2016-09-05 13:55 vendor/cache/gcc/0.3.35/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/time/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/time/0.1.35/ -rw-r--r-- root/root 27419 2016-09-05 13:55 vendor/cache/time/0.1.35/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/winapi-build/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/winapi-build/0.1.1/ -rw-r--r-- root/root 669 2016-09-05 13:55 vendor/cache/winapi-build/0.1.1/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gio-sys/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gio-sys/0.3.1/ -rw-r--r-- root/root 43488 2016-09-05 13:55 vendor/cache/gio-sys/0.3.1/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/regex/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/regex/0.1.74/ -rw-r--r-- root/root 185220 2016-09-05 13:55 vendor/cache/regex/0.1.74/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/memchr/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/memchr/0.1.11/ -rw-r--r-- root/root 6977 2016-09-05 13:55 vendor/cache/memchr/0.1.11/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/winapi/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/winapi/0.2.8/ -rw-r--r-- root/root 455145 2016-09-05 13:55 vendor/cache/winapi/0.2.8/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/thread_local/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/thread_local/0.2.6/ -rw-r--r-- root/root 10801 2016-09-05 13:55 vendor/cache/thread_local/0.2.6/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/log/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/log/0.3.6/ -rw-r--r-- root/root 16110 2016-09-05 13:55 vendor/cache/log/0.3.6/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gobject-sys/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/gobject-sys/0.3.1/ -rw-r--r-- root/root 9331 2016-09-05 13:55 vendor/cache/gobject-sys/0.3.1/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/libc/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/libc/0.2.15/ -rw-r--r-- root/root 97826 2016-09-05 13:55 vendor/cache/libc/0.2.15/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/glib/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/glib/0.0.8/ -rw-r--r-- root/root 31551 2016-09-05 13:55 vendor/cache/glib/0.0.8/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/bitflags/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/bitflags/0.4.0/ -rw-r--r-- root/root 10186 2016-09-05 13:55 vendor/cache/bitflags/0.4.0/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/kernel32-sys/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/cache/kernel32-sys/0.2.2/ -rw-r--r-- root/root 24537 2016-09-05 13:55 vendor/cache/kernel32-sys/0.2.2/download drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/ -rw-r--r-- root/root 73 2016-09-05 13:55 vendor/index/.git/description drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/hooks/ -rwxr-xr-x root/root 478 2016-09-05 13:55 vendor/index/.git/hooks/applypatch-msg.sample -rwxr-xr-x root/root 896 2016-09-05 13:55 vendor/index/.git/hooks/commit-msg.sample -rwxr-xr-x root/root 189 2016-09-05 13:55 vendor/index/.git/hooks/post-update.sample -rwxr-xr-x root/root 424 2016-09-05 13:55 vendor/index/.git/hooks/pre-applypatch.sample -rwxr-xr-x root/root 1642 2016-09-05 13:55 vendor/index/.git/hooks/pre-commit.sample -rwxr-xr-x root/root 1348 2016-09-05 13:55 vendor/index/.git/hooks/pre-push.sample -rwxr-xr-x root/root 4951 2016-09-05 13:55 vendor/index/.git/hooks/pre-rebase.sample -rwxr-xr-x root/root 1239 2016-09-05 13:55 vendor/index/.git/hooks/prepare-commit-msg.sample -rwxr-xr-x root/root 3610 2016-09-05 13:55 vendor/index/.git/hooks/update.sample drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/info/ -rw-r--r-- root/root 240 2016-09-05 13:55 vendor/index/.git/info/exclude drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/info/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/pack/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/26/ -r--r--r-- root/root 235 2016-09-05 13:55 vendor/index/.git/objects/26/ab5671de3a7313905a86dcf3049945694fdcd8 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/c6/ -r--r--r-- root/root 236 2016-09-05 13:55 vendor/index/.git/objects/c6/0549528accbf454948fb79363189606cf14d97 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/83/ -r--r--r-- root/root 289 2016-09-05 13:55 vendor/index/.git/objects/83/5e59e4f032ee7406cfa7c2088e71503c09f68b drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/36/ -r--r--r-- root/root 145 2016-09-05 13:55 vendor/index/.git/objects/36/1b6593f0ead5cff1f5e78a55baae1c509b8b99 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/62/ -r--r--r-- root/root 87 2016-09-05 13:55 vendor/index/.git/objects/62/bc4e5b90c4fa5fd6d26a4483115b668c5394db drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/a3/ -r--r--r-- root/root 299 2016-09-05 13:55 vendor/index/.git/objects/a3/caf1c0bcc516b19581356add31bee9a942971d drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/46/ -r--r--r-- root/root 231 2016-09-05 13:55 vendor/index/.git/objects/46/d68ae4ef0994ac68052f8eb895a2d1ed937117 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/c5/ -r--r--r-- root/root 273 2016-09-05 13:55 vendor/index/.git/objects/c5/98e50468362bb6cdc9e43217a01e2fda32870a drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/a2/ -r--r--r-- root/root 288 2016-09-05 13:55 vendor/index/.git/objects/a2/a5e1e1dd3e5ea6308800156acfa7abee8f9015 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/eb/ -r--r--r-- root/root 230 2016-09-05 13:55 vendor/index/.git/objects/eb/f5cb22b59dc4a6db1ad81aa14181cdca0eeb95 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/66/ -r--r--r-- root/root 156 2016-09-05 13:55 vendor/index/.git/objects/66/cba83e8a1859a2d8f44103c8879a1c2e1267dd -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/66/c46211ed0221d2f924af2b83be2a90f30f3989 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/39/ -r--r--r-- root/root 226 2016-09-05 13:55 vendor/index/.git/objects/39/6430ccb44052c9f4c57a89609517dbc8eab9e7 -r--r--r-- root/root 45 2016-09-05 13:55 vendor/index/.git/objects/39/e523a9fa88bb5f06de7a7ea38504c5c471ba41 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/5d/ -r--r--r-- root/root 140 2016-09-05 13:55 vendor/index/.git/objects/5d/3e8c300e27b9a7fe4d9deaaa81ab67c26ef468 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/71/ -r--r--r-- root/root 144 2016-09-05 13:55 vendor/index/.git/objects/71/bfa12d2d0f5b258e737e5926014110b13897bd drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/0f/ -r--r--r-- root/root 353 2016-09-05 13:55 vendor/index/.git/objects/0f/8ee8852adf0ef2f45e7f824c34f36e4c3d7a5c drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/0a/ -r--r--r-- root/root 222 2016-09-05 13:55 vendor/index/.git/objects/0a/b0ed3b1b206b6874d17d01073206965faf5311 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/74/ -r--r--r-- root/root 227 2016-09-05 13:55 vendor/index/.git/objects/74/126ee8539eb19d0260234c128b8a74aae6b2fd -r--r--r-- root/root 144 2016-09-05 13:55 vendor/index/.git/objects/74/450b4217b26104956ee712915722d4cc18241e drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/ff/ -r--r--r-- root/root 205 2016-09-05 13:55 vendor/index/.git/objects/ff/0b83d9c2ac5a1b09d2629bd7bd62ab8d37ae38 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/1f/ -r--r--r-- root/root 287 2016-09-05 13:55 vendor/index/.git/objects/1f/61a7c8445a076dd363b5efc94e0cc9fecea41d drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/3c/ -r--r--r-- root/root 207 2016-09-05 13:55 vendor/index/.git/objects/3c/86615bec9c1456e12b3c305291afba66410533 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/08/ -r--r--r-- root/root 483 2016-09-05 13:55 vendor/index/.git/objects/08/20fb972b5e9bcb94366e1fa90b37e8982da210 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/56/ -r--r--r-- root/root 48 2016-09-05 13:55 vendor/index/.git/objects/56/c5bd88283d55c0bc9ceb7e3488ed2def301f73 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/b6/ -r--r--r-- root/root 47 2016-09-05 13:55 vendor/index/.git/objects/b6/78565f242845691bbfafb7d4df738b46005c50 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/f9/ -r--r--r-- root/root 68 2016-09-05 13:55 vendor/index/.git/objects/f9/1b380178691b445e73da78c56d5987e8f88d8b drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/00/ -r--r--r-- root/root 57 2016-09-05 13:55 vendor/index/.git/objects/00/50d22bad24d9f736035e734d21fe8305c12728 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/76/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/76/2128559374755da29f4ed0af02e44d9bd6b0fd drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/73/ -r--r--r-- root/root 53 2016-09-05 13:55 vendor/index/.git/objects/73/d8d935ce82b2acdafbf485d9865638c1dca014 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/51/ -r--r--r-- root/root 52 2016-09-05 13:55 vendor/index/.git/objects/51/6e8335e9018fa7174db95ee98c72ebb3321c36 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/ab/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/ab/5552540a83a42d3e452f5410984b13ad1c9d80 -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/ab/d1df22803cfd4f39e591dbe88d56ed3e6ad9b5 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/2f/ -r--r--r-- root/root 77 2016-09-05 13:55 vendor/index/.git/objects/2f/43a09d244d13e5a6afdca19a78d1292c9ae18b drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/af/ -r--r--r-- root/root 45 2016-09-05 13:55 vendor/index/.git/objects/af/b3149dccbc48ac778fb527d884348619edfa65 -r--r--r-- root/root 55 2016-09-05 13:55 vendor/index/.git/objects/af/9e7cb05f2d9384de89e3080b1fd471b3a18d01 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/11/ -r--r--r-- root/root 56 2016-09-05 13:55 vendor/index/.git/objects/11/b0804820574f8db1e1bf30403811bb8ecf013f drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/09/ -r--r--r-- root/root 57 2016-09-05 13:55 vendor/index/.git/objects/09/29fcb8aff58720b208962c276c6ee881ddb544 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/d9/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/d9/bfbceaebeb5038f4b0a410d91b78852ee2483d drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/4a/ -r--r--r-- root/root 49 2016-09-05 13:55 vendor/index/.git/objects/4a/2d459fcedfceb33221bedb7c2fda8866339d2b drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/3b/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/3b/42da3b339cf60f05f23507c2fddff666f73e04 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/f1/ -r--r--r-- root/root 51 2016-09-05 13:55 vendor/index/.git/objects/f1/8f1ab2c6623faa61c28102c0d2d6041888a431 -r--r--r-- root/root 55 2016-09-05 13:55 vendor/index/.git/objects/f1/42b1213807e28607a88ff4b0ea84029ac5f458 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/07/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/07/664fadfcc0101797c49068b6c0ea2be029a2a9 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/3f/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/3f/34d70611cd07f3cd46b66b7f771a3b1a93b64c -r--r--r-- root/root 80 2016-09-05 13:55 vendor/index/.git/objects/3f/656e7e1a736d24969285ac89bcedb4faf4e905 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/b0/ -r--r--r-- root/root 55 2016-09-05 13:55 vendor/index/.git/objects/b0/824517f902a46c6ff9eb037ae83dc1e7eac044 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/4c/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/4c/a2b6a2d665ffee3f576c7d2ad3c9cba52b24b5 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/c4/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/c4/8072928c5b35fc8e1ed949f4810cb044d14df4 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/fd/ -r--r--r-- root/root 84 2016-09-05 13:55 vendor/index/.git/objects/fd/6f402892d97605cdcc3b55ede32d84ece9734a drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/60/ -r--r--r-- root/root 49 2016-09-05 13:55 vendor/index/.git/objects/60/94afcf75d819f9f07bf22fe80ac30f715c6377 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/9b/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/9b/65663bf4e13a95fade6c615f3d42e01276b9aa drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/a5/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/a5/ca94430cec5d8c6a478a11658b03233914078e drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/a6/ -r--r--r-- root/root 81 2016-09-05 13:55 vendor/index/.git/objects/a6/60244da1fdeccec018304b0661fa2d5be5892f drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/f2/ -r--r--r-- root/root 44 2016-09-05 13:55 vendor/index/.git/objects/f2/73c84db9d3da05f743451637ee82e0b92afba3 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/91/ -r--r--r-- root/root 470 2016-09-05 13:55 vendor/index/.git/objects/91/227e4324434baa069d4e3b40d7fad432e499c7 drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/objects/68/ -r--r--r-- root/root 127 2016-09-05 13:55 vendor/index/.git/objects/68/66d3e0b8ee2f1169c8930e6adb9f4d380dbc4b drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/refs/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/refs/heads/ -rw-r--r-- root/root 41 2016-09-05 13:55 vendor/index/.git/refs/heads/master drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/refs/tags/ -rw-r--r-- root/root 99 2016-09-05 13:55 vendor/index/.git/config -rw-r--r-- root/root 23 2016-09-05 13:55 vendor/index/.git/HEAD -rw-r--r-- root/root 1816 2016-09-05 13:55 vendor/index/.git/index drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/logs/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/logs/refs/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/.git/logs/refs/heads/ -rw-r--r-- root/root 160 2016-09-05 13:55 vendor/index/.git/logs/refs/heads/master -rw-r--r-- root/root 160 2016-09-05 13:55 vendor/index/.git/logs/HEAD -rw-r--r-- root/root 79 2016-09-05 13:55 vendor/index/config.json drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/th/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/th/re/ -rw-r--r-- root/root 389 2016-09-05 13:55 vendor/index/th/re/thread-id -rw-r--r-- root/root 271 2016-09-05 13:55 vendor/index/th/re/thread_local drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/gl/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/gl/ib/ -rw-r--r-- root/root 583 2016-09-05 13:55 vendor/index/gl/ib/glib-sys -rw-r--r-- root/root 620 2016-09-05 13:55 vendor/index/gl/ib/glib drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ut/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ut/f8/ -rw-r--r-- root/root 268 2016-09-05 13:55 vendor/index/ut/f8/utf8-ranges drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ah/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ah/o-/ -rw-r--r-- root/root 957 2016-09-05 13:55 vendor/index/ah/o-/aho-corasick drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/qu/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/qu/ic/ -rw-r--r-- root/root 152 2016-09-05 13:55 vendor/index/qu/ic/quick-error drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/re/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/re/ge/ -rw-r--r-- root/root 380 2016-09-05 13:55 vendor/index/re/ge/regex-syntax -rw-r--r-- root/root 1254 2016-09-05 13:55 vendor/index/re/ge/regex drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/pk/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/pk/g-/ -rw-r--r-- root/root 151 2016-09-05 13:55 vendor/index/pk/g-/pkg-config drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/3/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/3/g/ -rw-r--r-- root/root 392 2016-09-05 13:55 vendor/index/3/g/gcc drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/3/l/ -rw-r--r-- root/root 483 2016-09-05 13:55 vendor/index/3/l/log drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ti/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ti/me/ -rw-r--r-- root/root 858 2016-09-05 13:55 vendor/index/ti/me/time drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/wi/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/wi/na/ -rw-r--r-- root/root 153 2016-09-05 13:55 vendor/index/wi/na/winapi-build -rw-r--r-- root/root 5683 2016-09-05 13:55 vendor/index/wi/na/winapi drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/gi/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/gi/o-/ -rw-r--r-- root/root 843 2016-09-05 13:55 vendor/index/gi/o-/gio-sys drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/me/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/me/mc/ -rw-r--r-- root/root 380 2016-09-05 13:55 vendor/index/me/mc/memchr drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/go/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/go/bj/ -rw-r--r-- root/root 706 2016-09-05 13:55 vendor/index/go/bj/gobject-sys drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/li/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/li/bc/ -rw-r--r-- root/root 180 2016-09-05 13:55 vendor/index/li/bc/libc drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/bi/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/bi/tf/ -rw-r--r-- root/root 160 2016-09-05 13:55 vendor/index/bi/tf/bitflags drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ke/ drwxr-xr-x root/root 0 2016-09-05 13:55 vendor/index/ke/rn/ -rw-r--r-- root/root 393 2016-09-05 13:55 vendor/index/ke/rn/kernel32-sys + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . ++ pwd + export BDIR=/builddir/build/BUILD/syslog-ng-rust-modules-master + BDIR=/builddir/build/BUILD/syslog-ng-rust-modules-master + mkdir .cargo + echo '[registry]' + echo index = '"file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index"' + cd /builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index + echo '{"dl":"file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/cache","api":""}' + git config --global user.email you@example.com + git config --global user.name 'Your Name' + git commit -a -m 'this is a message' [master ba78016] this is a message 1 file changed, 1 insertion(+), 1 deletion(-) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fdnKMh + umask 022 + cd /builddir/build/BUILD + cd syslog-ng-rust-modules-master ++ pwd + export CARGO_HOME=/builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/ + CARGO_HOME=/builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/ + cd regex-parser + cargo build --release --verbose Updating registry `file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index` Downloading log v0.3.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading regex v0.1.74 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading memchr v0.1.11 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading regex-syntax v0.3.5 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading utf8-ranges v0.1.3 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading aho-corasick v0.5.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading thread_local v0.2.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading libc v0.2.15 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading thread-id v2.0.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading kernel32-sys v0.2.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading winapi v0.2.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading winapi-build v0.1.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading time v0.1.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading glib v0.0.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading quick-error v1.1.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading glib-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading gobject-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading gio-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading bitflags v0.4.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading pkg-config v0.3.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Downloading gcc v0.3.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling gcc v0.3.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling winapi v0.2.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -C opt-level=3 -C metadata=f525f81850fcf77e -C extra-filename=-f525f81850fcf77e --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/gcc-0.3.35/src/lib.rs --crate-name gcc --crate-type lib -C opt-level=3 -C metadata=61e61599f23ffb68 -C extra-filename=-61e61599f23ffb68 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling quick-error v1.1.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/quick-error-1.1.0/src/lib.rs --crate-name quick_error --crate-type lib -C opt-level=3 -C metadata=263a55acb1cb361b -C extra-filename=-263a55acb1cb361b --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling pkg-config v0.3.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/pkg-config-0.3.8/src/lib.rs --crate-name pkg_config --crate-type lib -C opt-level=3 -C metadata=db12338896ea7a5d -C extra-filename=-db12338896ea7a5d --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling syslog-ng-sys v0.3.1 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/syslog-ng-sys-1cec7aea6242528a --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern pkg_config=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libpkg_config-db12338896ea7a5d.rlib` Compiling glib-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/glib-sys-0.3.1/build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/glib-sys-c1854e61f1cd0c40 --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern pkg_config=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libpkg_config-db12338896ea7a5d.rlib --cap-lints allow` Compiling log v0.3.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -C opt-level=3 --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=7492e64fef219a69 -C extra-filename=-7492e64fef219a69 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling gobject-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/gobject-sys-0.3.1/build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/gobject-sys-3ac7ade46a7523db --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern pkg_config=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libpkg_config-db12338896ea7a5d.rlib --cap-lints allow` Compiling libc v0.2.15 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -C opt-level=3 --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=b46d50b8a921c1ab -C extra-filename=-b46d50b8a921c1ab --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/glib-sys-c1854e61f1cd0c40/build-script-build` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/gobject-sys-3ac7ade46a7523db/build-script-build` Compiling regex-syntax v0.3.5 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/regex-syntax-0.3.5/src/lib.rs --crate-name regex_syntax --crate-type lib -C opt-level=3 -C metadata=2bee8e6a726bb710 -C extra-filename=-2bee8e6a726bb710 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling memchr v0.1.11 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/memchr-0.1.11/src/lib.rs --crate-name memchr --crate-type lib -C opt-level=3 -C metadata=bd97f9b8a4a5721c -C extra-filename=-bd97f9b8a4a5721c --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --cap-lints allow` Compiling aho-corasick v0.5.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/aho-corasick-0.5.2/src/lib.rs --crate-name aho_corasick --crate-type lib -C opt-level=3 -C metadata=0c0cebc9bc52bf8e -C extra-filename=-0c0cebc9bc52bf8e --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern memchr=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libmemchr-bd97f9b8a4a5721c.rlib --cap-lints allow` Compiling gio-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/gio-sys-0.3.1/build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/gio-sys-d7393748b191f3a1 --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern pkg_config=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libpkg_config-db12338896ea7a5d.rlib --cap-lints allow` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/gio-sys-d7393748b191f3a1/build-script-build` Compiling bitflags v0.4.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/bitflags-0.4.0/src/lib.rs --crate-name bitflags --crate-type lib -C opt-level=3 -C metadata=6c385a82ad2e54d7 -C extra-filename=-6c385a82ad2e54d7 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling winapi-build v0.1.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -C opt-level=3 -C metadata=a5baecf1304e9f0f -C extra-filename=-a5baecf1304e9f0f --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Compiling kernel32-sys v0.2.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/kernel32-sys-0.2.2/build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/kernel32-sys-b7f2b4a607d78974 --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern build=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libbuild-a5baecf1304e9f0f.rlib --cap-lints allow` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/kernel32-sys-b7f2b4a607d78974/build-script-build` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/kernel32-sys-0.2.2/src/lib.rs --crate-name kernel32 --crate-type lib -C opt-level=3 -C metadata=6882f7b4dc8bcef3 -C extra-filename=-6882f7b4dc8bcef3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern winapi=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libwinapi-f525f81850fcf77e.rlib --cap-lints allow` Compiling thread-id v2.0.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/thread-id-2.0.0/src/lib.rs --crate-name thread_id --crate-type lib -C opt-level=3 -C metadata=fd3a23141c2f67c7 -C extra-filename=-fd3a23141c2f67c7 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern kernel32=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libkernel32-6882f7b4dc8bcef3.rlib --cap-lints allow` Compiling time v0.1.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/time-0.1.35/src/lib.rs --crate-name time --crate-type lib -C opt-level=3 -C metadata=a8979797d26a8b88 -C extra-filename=-a8979797d26a8b88 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern kernel32=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libkernel32-6882f7b4dc8bcef3.rlib --extern winapi=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libwinapi-f525f81850fcf77e.rlib --cap-lints allow` Compiling thread_local v0.2.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/thread_local-0.2.6/src/lib.rs --crate-name thread_local --crate-type lib -C opt-level=3 -C metadata=59f84d3b2ef9c173 -C extra-filename=-59f84d3b2ef9c173 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern thread_id=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libthread_id-fd3a23141c2f67c7.rlib --cap-lints allow` Compiling utf8-ranges v0.1.3 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/utf8-ranges-0.1.3/src/lib.rs --crate-name utf8_ranges --crate-type lib -C opt-level=3 -C metadata=3e93e5d18956a857 -C extra-filename=-3e93e5d18956a857 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --cap-lints allow` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/glib-sys-0.3.1/src/lib.rs --crate-name glib_sys --crate-type lib -C opt-level=3 -C metadata=ff5e15e095ed5c2c -C extra-filename=-ff5e15e095ed5c2c --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern bitflags=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libbitflags-6c385a82ad2e54d7.rlib --cap-lints allow -L native=/usr/lib64 -l glib-2.0` Compiling regex v0.1.74 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/regex-0.1.74/src/lib.rs --crate-name regex --crate-type lib -C opt-level=3 -C metadata=a6408168d65a19d8 -C extra-filename=-a6408168d65a19d8 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern memchr=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libmemchr-bd97f9b8a4a5721c.rlib --extern regex_syntax=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libregex_syntax-2bee8e6a726bb710.rlib --extern utf8_ranges=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libutf8_ranges-3e93e5d18956a857.rlib --extern aho_corasick=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libaho_corasick-0c0cebc9bc52bf8e.rlib --extern thread_local=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libthread_local-59f84d3b2ef9c173.rlib --cap-lints allow` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/syslog-ng-sys-1cec7aea6242528a/build-script-build` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys/src/lib.rs --crate-name syslog_ng_sys --crate-type lib -C opt-level=3 -C metadata=76dc0e7ecc540e05 -C extra-filename=-76dc0e7ecc540e05 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern glib_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib_sys-ff5e15e095ed5c2c.rlib -L native=/usr/lib64 -L native=\"/usr/lib64\" -l gmodule-2.0 -l gthread-2.0 -l syslog-ng -l glib-2.0 -l evtlog -l dylib=syslog-ng -L native=/usr/lib64` Compiling syslog-ng-build v0.2.1 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build/src/lib.rs --crate-name syslog_ng_build --crate-type lib -C opt-level=3 -C metadata=47c2ac7a3e83a376 -C extra-filename=-47c2ac7a3e83a376 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern gcc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libgcc-61e61599f23ffb68.rlib --extern pkg_config=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libpkg_config-db12338896ea7a5d.rlib` Compiling regex-parser v0.3.0 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser) Running `rustc build.rs --crate-name build_script_build --crate-type bin -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/regex-parser-6afa8468ab081b47 --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern syslog_ng_build=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libsyslog_ng_build-47c2ac7a3e83a376.rlib` Running `/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/regex-parser-6afa8468ab081b47/build-script-build` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/gobject-sys-0.3.1/src/lib.rs --crate-name gobject_sys --crate-type lib -C opt-level=3 -C metadata=5bf3e8a3ef90dbe8 -C extra-filename=-5bf3e8a3ef90dbe8 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern bitflags=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libbitflags-6c385a82ad2e54d7.rlib --extern glib_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib_sys-ff5e15e095ed5c2c.rlib --cap-lints allow -L native=/usr/lib64 -l gobject-2.0 -l glib-2.0 -L native=/usr/lib64` Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/gio-sys-0.3.1/src/lib.rs --crate-name gio_sys --crate-type lib -C opt-level=3 -C metadata=3039ecea86177e3b -C extra-filename=-3039ecea86177e3b --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern gobject_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libgobject_sys-5bf3e8a3ef90dbe8.rlib --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern bitflags=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libbitflags-6c385a82ad2e54d7.rlib --extern glib_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib_sys-ff5e15e095ed5c2c.rlib --cap-lints allow -L native=/usr/lib64 -l gio-2.0 -l gobject-2.0 -l glib-2.0 -L native=/usr/lib64 -L native=/usr/lib64` Compiling glib v0.0.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/registry/src/-1a74dc5e97b63c19/glib-0.0.8/src/lib.rs --crate-name glib --crate-type lib -C opt-level=3 -C metadata=41473573e0acc191 -C extra-filename=-41473573e0acc191 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern gobject_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libgobject_sys-5bf3e8a3ef90dbe8.rlib --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern gio_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libgio_sys-3039ecea86177e3b.rlib --extern glib_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib_sys-ff5e15e095ed5c2c.rlib --cap-lints allow -L native=/usr/lib64 -L native=/usr/lib64 -L native=/usr/lib64` Compiling syslog-ng-common v0.9.0 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common) Running `rustc /builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common/src/lib.rs --crate-name syslog_ng_common --crate-type lib -C opt-level=3 -C metadata=a44d8d92a43e7f88 -C extra-filename=-a44d8d92a43e7f88 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern log=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblog-7492e64fef219a69.rlib --extern time=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libtime-a8979797d26a8b88.rlib --extern libc=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblibc-b46d50b8a921c1ab.rlib --extern glib=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib-41473573e0acc191.rlib --extern quick_error=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libquick_error-263a55acb1cb361b.rlib --extern syslog_ng_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libsyslog_ng_sys-76dc0e7ecc540e05.rlib --extern glib_sys=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libglib_sys-ff5e15e095ed5c2c.rlib -L native=/usr/lib64 -L native=/usr/lib64 -L native=/usr/lib64 -L native=/usr/lib64 -L native=\"/usr/lib64\"` Running `rustc src/lib.rs --crate-name regex_parser --crate-type rlib --crate-type dylib -C opt-level=3 --out-dir /builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release --emit=dep-info,link -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release -L dependency=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps --extern log=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/liblog-7492e64fef219a69.rlib --extern regex=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libregex-a6408168d65a19d8.rlib --extern syslog_ng_common=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/deps/libsyslog_ng_common-a44d8d92a43e7f88.rlib -L native=/usr/lib64 -L native=/usr/lib64 -L native=/builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser/target/release/build/regex-parser-6afa8468ab081b47/out -l syslog-ng-native-connector -l gmodule-2.0 -l gthread-2.0 -l syslog-ng -l glib-2.0 -l evtlog -l static=rust-module -L native=/usr/lib64 -L native=/usr/lib64 -L native=/usr/lib64 -L native=/usr/lib64 -L native=\"/usr/lib64\"` + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YtRfLP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64 + cd syslog-ng-rust-modules-master + install -d -m755 /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64/usr/lib64/syslog-ng + install -m755 regex-parser/target/release/libregex_parser.so /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64/usr/lib64/syslog-ng/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/syslog-ng-rust-modules-master extracting debug info from /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64/usr/lib64/syslog-ng/libregex_parser.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/obj/x86_64-unknown-linux-gnu/rt/libbacktrace: Cannot stat: No such file or directory 0 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qhzyro + umask 022 + cd /builddir/build/BUILD + cd syslog-ng-rust-modules-master ++ pwd + export CARGO_HOME=/builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/ + CARGO_HOME=/builddir/build/BUILD/syslog-ng-rust-modules-master/.cargo/ + cd regex-parser + cargo test Compiling quick-error v1.1.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling log v0.3.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling winapi v0.2.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling libc v0.2.15 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling bitflags v0.4.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling utf8-ranges v0.1.3 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling regex-syntax v0.3.5 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling memchr v0.1.11 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling aho-corasick v0.5.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling winapi-build v0.1.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling kernel32-sys v0.2.2 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling pkg-config v0.3.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling gio-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling glib-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling syslog-ng-sys v0.3.1 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-sys) Compiling gobject-sys v0.3.1 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling thread-id v2.0.0 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling thread_local v0.2.6 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling time v0.1.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling gcc v0.3.35 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling regex v0.1.74 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling syslog-ng-build v0.2.1 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-build) Compiling regex-parser v0.3.0 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/regex-parser) Compiling glib v0.0.8 (registry file:///builddir/build/BUILD/syslog-ng-rust-modules-master/vendor/index) Compiling syslog-ng-common v0.9.0 (file:///builddir/build/BUILD/syslog-ng-rust-modules-master/syslog-ng-rs/syslog-ng-common) Running target/debug/regex_parser-562c326d5a179459 running 6 tests test tests::test_loggen_regex_can_be_compiled ... ok test tests::test_parse_inserts_parsed_named_captures_into_the_logmsg ... ok test tests::test_parser_cannot_be_built_with_invalid_regex ... ok test tests::test_parser_can_be_built_with_valid_regex ... ok test tests::test_syslog_regex_accepts_valid_syslog_message ... ok test tests::test_syslog_regex_parses_syslog_message ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured Doc-tests regex-parser running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured + exit 0 Processing files: syslog-ng-regex-parser-0.3.0-1.x86_64 Provides: libregex_parser.so()(64bit) syslog-ng-regex-parser = 0.3.0-1 syslog-ng-regex-parser(x86-64) = 0.3.0-1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsyslog-ng-3.8.so.0()(64bit) rtld(GNU_HASH) Processing files: syslog-ng-regex-parser-debuginfo-0.3.0-1.x86_64 Provides: syslog-ng-regex-parser-debuginfo = 0.3.0-1 syslog-ng-regex-parser-debuginfo(x86-64) = 0.3.0-1 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/syslog-ng-regex-parser-0.3.0-1.x86_64 Wrote: /builddir/build/RPMS/syslog-ng-regex-parser-0.3.0-1.x86_64.rpm Wrote: /builddir/build/RPMS/syslog-ng-regex-parser-debuginfo-0.3.0-1.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GinnVY + umask 022 + cd /builddir/build/BUILD + cd syslog-ng-rust-modules-master + exit 0 Child return code was: 0