This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| + sleep 30 | |
| + ip maddress | |
| 1: lo | |
| inet 224.0.0.1 | |
| inet6 ff02::1 | |
| inet6 ff01::1 | |
| + make test-all TESTS=rinda/test_rinda.rb | |
| CC = gcc | |
| LD = ld |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <testsuite errors="0" failures="1" name="pytest" skips="0" tests="127" time="498.144"> | |
| <testcase classname="rebasehelper.tests.test_application.TestApplication" file="rebasehelper/tests/test_application.py" line="54" name="test_application_sources" time="0.40856456756591797"/> | |
| <testcase classname="rebasehelper.tests.test_archive.TestArchive" file="rebasehelper/tests/test_archive.py" line="57" name="test_archive[tar.gz]" time="0.0021042823791503906"/> | |
| <testcase classname="rebasehelper.tests.test_archive.TestArchive" file="rebasehelper/tests/test_archive.py" line="57" name="test_archive[tgz]" time="0.001932382583618164"/> | |
| <testcase classname="rebasehelper.tests.test_archive.TestArchive" file="rebasehelper/tests/test_archive.py" line="57" name="test_archive[tar.xz]" time="0.0024712085723876953"/> | |
| <testcase classname="rebasehelper.tests.test_archive.TestArchive" file="rebasehelper/tests/test_archive.py" line="57" name="test_archive[tar.bz2]" time="0.0025482177734375"/> | |
| <testcase classname="rebasehelper.tests.test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Collecting rpm-py-installer | |
| 1 location(s) to search for versions of rpm-py-installer: | |
| * https://pypi.python.org/simple/rpm-py-installer/ | |
| Getting page https://pypi.python.org/simple/rpm-py-installer/ | |
| Looking up "https://pypi.python.org/simple/rpm-py-installer/" in the cache | |
| Current age based on date: 133 | |
| Freshness lifetime from max-age: 600 | |
| Freshness lifetime from request max-age: 600 | |
| The response is "fresh", returning cached response | |
| 600 > 133 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ bundle exec rspec spec/mysql2/client_spec.rb:474 | |
| Run options: include {:locations=>{"./spec/mysql2/client_spec.rb"=>[474]}} | |
| Randomized with seed 29573 | |
| Mysql2::Client | |
| [DEBUG] client.rb initialize conn_attrs: {"program_name"=>"/home/jaruga/git/mysql2/vendor/bundle/ruby/2.5.0/bin/rspec"} | |
| [DEBUG] client.c rb_mysql_connect start. | |
| [DEBUG] client.c rb_mysql_connect CLIENT_CONNECT_ATTRS is defined. | |
| [DEBUG] client.c opt_connect_attr_add_i mysql_options4 key: program_name, value: /home/jaruga/git/mysql2/vendor/bundle/ruby/2.5.0/bin/rspec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :E2BIG | |
| :EACCES | |
| :EADDRINUSE | |
| :EADDRNOTAVAIL | |
| :EADV | |
| :EAFNOSUPPORT | |
| :EAGAIN | |
| :EALREADY | |
| :EAUTH | |
| :EBADE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :E2BIG | |
| :EACCES | |
| :EADDRINUSE | |
| :EADDRNOTAVAIL | |
| :EAFNOSUPPORT | |
| :EAGAIN | |
| :EALREADY | |
| :EBADF | |
| :EBADMSG | |
| :EBUSY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| set -e | |
| for i in $(seq 2); do | |
| test -d venv && rm -rf venv | |
| python3 -m venv ./venv | |
| source venv/bin/activate | |
| time pip install . | |
| deactivate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git clone git@github.com:release-engineering/product-listings-manager.git | |
| $ cd product-listings-manager | |
| $ sudo dnf -y install postgresql-devel krb5-devel rpm-devel gcc python-devel | |
| $ sh install_repeatedly.sh | |
| Processing /home/jaruga/git/product-listings-manager | |
| Collecting Flask (from product-listings-manager==0.2.0) | |
| Using cached https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl | |
| Collecting Flask-XML-RPC (from product-listings-manager==0.2.0) | |
| Using cached https://files.pythonhosted.org/packages/d7/04/8ae1f839415f2f674565c973cf27c586c0380da2fa4738e50cdb8150d1aa/Flask-XML-RPC-0.1.2.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generated from coderay-1.1.2.gem by gem2rpm -*- rpm-spec -*- | |
| %global gem_name coderay | |
| Name: rubygem-%{gem_name} | |
| Version: 1.1.2 | |
| Release: 1%{?dist} | |
| Summary: Fast syntax highlighting for selected languages | |
| License: MIT | |
| URL: http://coderay.rubychan.de | |
| Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Multi lines code. | |
| ``` | |
| code 1 | |
| code 2 | |
| ``` | |
| Citation test. | |
| > citation 1 |