Created
April 23, 2017 23:12
-
-
Save jayvdb/0ccfe42ec723890dc68520caf2141b50 to your computer and use it in GitHub Desktop.
depman-bitrise-osx.log
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
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗ | |
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝ | |
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗ | |
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝ | |
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗ | |
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ | |
[32;1mVersion: 1.5.6[0m | |
[34mINFO[0m[16:00:51] [33;1mbitrise runs in CI mode[0m | |
[34mINFO[0m[16:00:51] [32;1mRunning workflow:[0m primary | |
[34;1mSwitching to workflow:[0m primary | |
[34mINFO[0m[16:00:54] Step uses latest version -- Updating StepLib ... | |
[34mINFO[0m[16:00:54] Update StepLib (https://github.com/bitrise-io/bitrise-steplib.git)... | |
Already up-to-date. | |
+------------------------------------------------------------------------------+ | |
| (0) activate-ssh-key | | |
+------------------------------------------------------------------------------+ | |
| id: activate-ssh-key | | |
| version: 3.1.1 | | |
| collection: https://github.com/bitrise-io/bitrise-steplib.git | | |
| toolkit: bash | | |
| time: 2017-04-23T16:00:58-07:00 | | |
+------------------------------------------------------------------------------+ | |
| | | |
# Configuration | |
* Path to save the RSA SSH private key: */Users/vagrant/.ssh/bitrise_step_activate_ssh_key* | |
* Should remove other identities from the ssh-agent? *true* | |
-> $ mkdir -p /Users/vagrant/.ssh | |
-> $ chmod 0600 /Users/vagrant/.ssh/bitrise_step_activate_ssh_key | |
The agent has no identities. | |
(i) ssh_agent_check_result: 1 | |
(i) running / accessible ssh-agent detected | |
-> $ ssh-add -D | |
All identities removed. | |
SSH_AGENT_PID not set, cannot kill agent | |
spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key | |
Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key) | |
# Success | |
The SSH key was saved to */Users/vagrant/.ssh/bitrise_step_activate_ssh_key* | |
and was successfully added to ssh-agent. | |
| | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mactivate-ssh-key[0m | 5.73 sec | | |
+---+---------------------------------------------------------------+----------+ | |
▼ | |
+------------------------------------------------------------------------------+ | |
| (1) git-clone | | |
+------------------------------------------------------------------------------+ | |
| id: git-clone | | |
| version: 3.4.3 | | |
| collection: https://github.com/bitrise-io/bitrise-steplib.git | | |
| toolkit: go | | |
| time: 2017-04-23T16:01:00-07:00 | | |
+------------------------------------------------------------------------------+ | |
| | | |
[34mINFO[0m[16:01:00] * [32;1m[OK][0m Step dependency (go) installed, available. | |
[34;1mGit Clone Configs:[0m | |
- CloneIntoDir: /Users/vagrant/git | |
- RepositoryURL: [email protected]:jayvdb/package_manager.git | |
[34;1mGit Checkout Configs:[0m | |
- Commit: 58839d5bae707cc9c243fafa0e4257912c228f87 | |
- Tag: | |
- Branch: bitrise-ubuntu | |
- CloneDepth: | |
[34;1mGit Pull Request Configs:[0m | |
- PullRequestURI: | |
- PullRequestID: | |
- BranchDest: | |
- PullRequestMergeBranch: | |
- ResetRepository: No | |
[34;1mBitrise Build Configs:[0m | |
- BuildURL: https://www.bitrise.io/build/57387a7bf6b3f34f | |
- BuildAPIToken: kiIZFZ358Z3UcIXTgMw3pw | |
[34;1mGit clone repository[0m | |
=> git "init" | |
=> git "remote" "add" "origin" "[email protected]:jayvdb/package_manager.git" | |
=> git "fetch" | |
=> git "checkout" "58839d5bae707cc9c243fafa0e4257912c228f87" | |
=> git "submodule" "update" "--init" "--recursive" | |
[34;1mExporting git logs[0m | |
=> GIT_CLONE_COMMIT_HASH | |
value: 58839d5bae707cc9c243fafa0e4257912c228f87 | |
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT | |
value: Add bitrise.io CI YAML for macOS and Ubuntu | |
=> GIT_CLONE_COMMIT_MESSAGE_BODY | |
value: These files are not automatically active. | |
Add them using the bitrise Workflow Editor. | |
=> GIT_CLONE_COMMIT_AUTHOR_NAME | |
value: John Vandenberg | |
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL | |
value: [email protected] | |
=> GIT_CLONE_COMMIT_COMMITER_NAME | |
value: John Vandenberg | |
=> GIT_CLONE_COMMIT_COMMITER_EMAIL | |
value: [email protected] | |
[32;1mSuccess[0m | |
| | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mgit-clone[0m | 8.19 sec | | |
+---+---------------------------------------------------------------+----------+ | |
▼ | |
+------------------------------------------------------------------------------+ | |
| (2) Run tests | | |
+------------------------------------------------------------------------------+ | |
| id: script | | |
| version: 1.1.3 | | |
| collection: https://github.com/bitrise-io/bitrise-steplib.git | | |
| toolkit: bash | | |
| time: 2017-04-23T16:01:09-07:00 | | |
+------------------------------------------------------------------------------+ | |
| | | |
+ brew tap homebrew/dupes | |
==> Tapping homebrew/dupes | |
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-dupes'... | |
Tapped 0 formulae (30 files, 23.6KB) | |
+ brew tap homebrew/php | |
==> Tapping homebrew/php | |
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-php'... | |
Tapped 664 formulae (709 files, 1.3MB) | |
+ brew tap staticfloat/julia | |
==> Tapping staticfloat/julia | |
Cloning into '/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia'... | |
Tapped 6 formulae (42 files, 78.7KB) | |
+ brew tap homebrew/science | |
==> Tapping homebrew/science | |
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-science'... | |
Tapped 670 formulae (709 files, 2.0MB) | |
+ brew install Caskroom/cask/xquartz cabal-install composer ghc julia lua maven python3 r rust | |
==> brew cask install Caskroom/cask/xquartz | |
==> Downloading https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg | |
==> Verifying checksum for Cask xquartz | |
==> Running installer for xquartz; your password may be necessary. | |
==> Package installers may write to any location; options such as --appdir are ignored. | |
==> installer: Package name is XQuartz 2.7.11 | |
==> installer: Installing at base path / | |
==> installer: The install was successful. | |
🍺 xquartz was successfully installed! | |
==> Installing dependencies for cabal-install: ghc | |
==> Installing cabal-install dependency: ghc | |
==> Downloading https://homebrew.bintray.com/bottles/ghc-8.0.2.sierra.bottle.tar.gz | |
==> Pouring ghc-8.0.2.sierra.bottle.tar.gz | |
==> Using the sandbox | |
==> /usr/local/Cellar/ghc/8.0.2/bin/ghc-pkg recache | |
🍺 /usr/local/Cellar/ghc/8.0.2: 5,777 files, 1GB | |
==> Installing cabal-install | |
==> Downloading https://homebrew.bintray.com/bottles/cabal-install-1.24.0.2_3.sierra.bottle.tar.gz | |
==> Pouring cabal-install-1.24.0.2_3.sierra.bottle.tar.gz | |
==> Caveats | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
==> Summary | |
🍺 /usr/local/Cellar/cabal-install/1.24.0.2_3: 7 files, 27.7MB | |
==> Installing composer from homebrew/php | |
==> Installing dependencies for homebrew/php/composer: gettext, libxml2, unixodbc, php70 | |
==> Installing homebrew/php/composer dependency: gettext | |
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.8.1.sierra.bottle.tar.gz | |
==> Pouring gettext-0.19.8.1.sierra.bottle.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
macOS provides the BSD gettext library and some software gets confused if both are in the library path. | |
If you need to have this software first in your PATH run: | |
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/gettext/lib | |
CPPFLAGS: -I/usr/local/opt/gettext/include | |
==> Summary | |
🍺 /usr/local/Cellar/gettext/0.19.8.1: 1,934 files, 16.9MB | |
==> Installing homebrew/php/composer dependency: libxml2 | |
==> Downloading https://homebrew.bintray.com/bottles/libxml2-2.9.4_2.sierra.bottle.1.tar.gz | |
==> Pouring libxml2-2.9.4_2.sierra.bottle.1.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
macOS already provides this software and installing another version in | |
parallel can cause all kinds of trouble. | |
If you need to have this software first in your PATH run: | |
echo 'export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/libxml2/lib | |
CPPFLAGS: -I/usr/local/opt/libxml2/include | |
==> Summary | |
🍺 /usr/local/Cellar/libxml2/2.9.4_2: 277 files, 9.8MB | |
==> Installing homebrew/php/composer dependency: unixodbc | |
==> Downloading https://homebrew.bintray.com/bottles/unixodbc-2.3.4.sierra.bottle.1.tar.gz | |
==> Pouring unixodbc-2.3.4.sierra.bottle.1.tar.gz | |
🍺 /usr/local/Cellar/unixodbc/2.3.4: 43 files, 2.0MB | |
==> Installing homebrew/php/composer dependency: php70 | |
==> Downloading https://homebrew.bintray.com/bottles-php/php70-7.0.18_10.sierra.bottle.tar.gz | |
==> Pouring php70-7.0.18_10.sierra.bottle.tar.gz | |
==> Caveats | |
The php.ini file can be found in: | |
/usr/local/etc/php/7.0/php.ini | |
✩✩✩✩ Extensions ✩✩✩✩ | |
If you are having issues with custom extension compiling, ensure that you are using the brew version, by placing /usr/local/bin before /usr/sbin in your PATH: | |
PATH="/usr/local/bin:$PATH" | |
PHP70 Extensions will always be compiled against this PHP. Please install them using --without-homebrew-php to enable compiling against system PHP. | |
✩✩✩✩ PHP CLI ✩✩✩✩ | |
If you wish to swap the PHP you use on the command line, you should add the following to ~/.bashrc, ~/.zshrc, ~/.profile or your shell's equivalent configuration file: | |
export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH" | |
✩✩✩✩ FPM ✩✩✩✩ | |
To launch php-fpm on startup: | |
mkdir -p ~/Library/LaunchAgents | |
cp /usr/local/opt/php70/homebrew.mxcl.php70.plist ~/Library/LaunchAgents/ | |
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php70.plist | |
The control script is located at /usr/local/opt/php70/sbin/php70-fpm | |
OS X 10.8 and newer come with php-fpm pre-installed, to ensure you are using the brew version you need to make sure /usr/local/sbin is before /usr/sbin in your PATH: | |
PATH="/usr/local/sbin:$PATH" | |
You may also need to edit the plist to use the correct "UserName". | |
Please note that the plist was called 'homebrew-php.josegonzalez.php70.plist' in old versions of this formula. | |
With the release of macOS Sierra the Apache module is now not built by default. If you want to build it on your system you have to install php with the --with-httpd24 option. See brew options php70 for more details. | |
To have launchd start homebrew/php/php70 now and restart at login: | |
brew services start homebrew/php/php70 | |
==> Summary | |
🍺 /usr/local/Cellar/php70/7.0.18_10: 333 files, 38.5MB | |
==> Installing homebrew/php/composer | |
==> Downloading https://homebrew.bintray.com/bottles-php/composer-1.4.1.sierra.bottle.tar.gz | |
==> Pouring composer-1.4.1.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/composer/1.4.1: 5 files, 1.8MB | |
==> Installing julia from staticfloat/julia | |
==> Installing dependencies for staticfloat/julia/julia: gmp, mpfr, libmpc, isl, gcc, libffi, staticfloat/julia/llvm37-julia, pcre2, fftw, libssh2, libgit2, mbedtls, staticfloat/julia/openblas-julia, staticfloat/julia/arpack-julia, staticfloat/julia/suite-sparse-julia | |
==> Installing staticfloat/julia/julia dependency: gmp | |
==> Downloading https://homebrew.bintray.com/bottles/gmp-6.1.2.sierra.bottle.1.tar.gz | |
==> Pouring gmp-6.1.2.sierra.bottle.1.tar.gz | |
🍺 /usr/local/Cellar/gmp/6.1.2: 18 files, 3.1MB | |
==> Installing staticfloat/julia/julia dependency: mpfr | |
==> Downloading https://homebrew.bintray.com/bottles/mpfr-3.1.5.sierra.bottle.tar.gz | |
==> Pouring mpfr-3.1.5.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/mpfr/3.1.5: 25 files, 3.6MB | |
==> Installing staticfloat/julia/julia dependency: libmpc | |
==> Downloading https://homebrew.bintray.com/bottles/libmpc-1.0.3.sierra.bottle.tar.gz | |
==> Pouring libmpc-1.0.3.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/libmpc/1.0.3: 11 files, 345.6KB | |
==> Installing staticfloat/julia/julia dependency: isl | |
==> Downloading https://homebrew.bintray.com/bottles/isl-0.18.sierra.bottle.tar.gz | |
==> Pouring isl-0.18.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/isl/0.18: 80 files, 3.8MB | |
==> Installing staticfloat/julia/julia dependency: gcc | |
==> Downloading https://homebrew.bintray.com/bottles/gcc-6.3.0_1.sierra.bottle.tar.gz | |
==> Pouring gcc-6.3.0_1.sierra.bottle.tar.gz | |
==> Caveats | |
GCC has been built with multilib support. Notably, OpenMP may not work: | |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 | |
If you need OpenMP support you may want to | |
brew reinstall gcc --without-multilib | |
==> Summary | |
🍺 /usr/local/Cellar/gcc/6.3.0_1: 1,436 files, 273.2MB | |
==> Installing staticfloat/julia/julia dependency: libffi | |
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.2.1.sierra.bottle.tar.gz | |
==> Pouring libffi-3.2.1.sierra.bottle.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Some formulae require a newer version of libffi. | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/libffi/lib | |
==> Summary | |
🍺 /usr/local/Cellar/libffi/3.2.1: 16 files, 297.0KB | |
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/llvm37-julia | |
==> Downloading https://juliabottles.s3.amazonaws.com/llvm37-julia-3.7.1_3.sierra.bottle.1.tar.gz | |
==> Pouring llvm37-julia-3.7.1_3.sierra.bottle.1.tar.gz | |
==> Caveats | |
Extra tools are installed in /usr/local/opt/llvm37-julia/share/clang-3.7 | |
To link to libc++, something like the following is required: | |
CXX="clang++-3.7 -stdlib=libc++" | |
CXXFLAGS="$CXXFLAGS -nostdinc++ -I/usr/local/opt/llvm37-julia/lib/llvm-3.7/include/c++/v1" | |
LDFLAGS="$LDFLAGS -L/usr/local/opt/llvm37-julia/lib/llvm-3.7/lib" | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Conflicts with llvm37 in homebrew-versions. | |
If you need to have this software first in your PATH run: | |
echo 'export PATH="/usr/local/opt/llvm37-julia/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/llvm37-julia/lib | |
If you need Python to find bindings for this keg-only formula, run: | |
echo /usr/local/opt/llvm37-julia/lib/python2.7/site-packages >> /usr/local/lib/python2.7/site-packages/llvm37-julia.pth | |
==> Summary | |
🍺 /usr/local/Cellar/llvm37-julia/3.7.1_3: 1,633 files, 200.2MB | |
==> Installing staticfloat/julia/julia dependency: pcre2 | |
==> Downloading https://homebrew.bintray.com/bottles/pcre2-10.23.sierra.bottle.tar.gz | |
==> Pouring pcre2-10.23.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/pcre2/10.23: 204 files, 5MB | |
==> Installing staticfloat/julia/julia dependency: fftw | |
==> Downloading https://homebrew.bintray.com/bottles/fftw-3.3.6-pl2.sierra.bottle.tar.gz | |
==> Pouring fftw-3.3.6-pl2.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/fftw/3.3.6-pl2: 46 files, 10.9MB | |
==> Installing staticfloat/julia/julia dependency: libssh2 | |
==> Downloading https://homebrew.bintray.com/bottles/libssh2-1.8.0.sierra.bottle.1.tar.gz | |
==> Pouring libssh2-1.8.0.sierra.bottle.1.tar.gz | |
🍺 /usr/local/Cellar/libssh2/1.8.0: 182 files, 799KB | |
==> Installing staticfloat/julia/julia dependency: libgit2 | |
==> Downloading https://homebrew.bintray.com/bottles/libgit2-0.25.1.sierra.bottle.tar.gz | |
==> Pouring libgit2-0.25.1.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/libgit2/0.25.1: 105 files, 1.8MB | |
==> Installing staticfloat/julia/julia dependency: mbedtls | |
==> Downloading https://homebrew.bintray.com/bottles/mbedtls-2.4.2.sierra.bottle.tar.gz | |
==> Pouring mbedtls-2.4.2.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/mbedtls/2.4.2: 127 files, 2.8MB | |
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/openblas-julia | |
==> Downloading https://juliabottles.s3.amazonaws.com/openblas-julia-0.2.19.sierra.bottle.1.tar.gz | |
==> Pouring openblas-julia-0.2.19.sierra.bottle.1.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Conflicts with openblas in homebrew-science. | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/openblas-julia/lib | |
CPPFLAGS: -I/usr/local/opt/openblas-julia/include | |
==> Summary | |
🍺 /usr/local/Cellar/openblas-julia/0.2.19: 17 files, 148.6MB | |
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/arpack-julia | |
==> Downloading https://juliabottles.s3.amazonaws.com/arpack-julia-3.3.0_4.sierra.bottle.1.tar.gz | |
==> Pouring arpack-julia-3.3.0_4.sierra.bottle.1.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Conflicts with arpack in homebrew-science. | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/arpack-julia/lib | |
==> Summary | |
🍺 /usr/local/Cellar/arpack-julia/3.3.0_4: 9 files, 1.3MB | |
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/suite-sparse-julia | |
==> Downloading https://juliabottles.s3.amazonaws.com/suite-sparse-julia-4.4.6_2.sierra.bottle.1.tar.gz | |
==> Pouring suite-sparse-julia-4.4.6_2.sierra.bottle.1.tar.gz | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Conflicts with suite-sparse in homebrew-science. | |
For compilers to find this software you may need to set: | |
LDFLAGS: -L/usr/local/opt/suite-sparse-julia/lib | |
CPPFLAGS: -I/usr/local/opt/suite-sparse-julia/include | |
==> Summary | |
🍺 /usr/local/Cellar/suite-sparse-julia/4.4.6_2: 93 files, 3.3MB | |
==> Installing staticfloat/julia/julia | |
==> Downloading https://juliabottles.s3.amazonaws.com/julia-0.5.1.sierra.bottle.tar.gz | |
==> Pouring julia-0.5.1.sierra.bottle.tar.gz | |
==> Caveats | |
Documentation and Examples have been installed into: | |
/usr/local/opt/julia/share/julia | |
Test suite has been installed into: | |
/usr/local/opt/julia/share/julia/test | |
To perform a quick sanity check, run the command: | |
brew test -v julia | |
To crunch through the full test suite, run the command: | |
/usr/local/opt/julia/bin/julia -e "Base.runtests()" | |
==> Summary | |
🍺 /usr/local/Cellar/julia/0.5.1: 752 files, 143.6MB | |
==> Downloading https://homebrew.bintray.com/bottles/lua-5.2.4_4.sierra.bottle.1.tar.gz | |
==> Pouring lua-5.2.4_4.sierra.bottle.1.tar.gz | |
==> Caveats | |
Please be aware due to the way Luarocks is designed any binaries installed | |
via Luarocks-5.2 AND 5.1 will overwrite each other in /usr/local/bin. | |
This is, for now, unavoidable. If this is troublesome for you, you can build | |
rocks with the `--tree=` command to a special, non-conflicting location and | |
then add that to your `$PATH`. | |
==> Summary | |
🍺 /usr/local/Cellar/lua/5.2.4_4: 144 files, 705.5KB | |
==> Downloading https://www.apache.org/dyn/closer.cgi?path=maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz | |
==> Best Mirror http://www.gtlib.gatech.edu/pub/apache/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz | |
🍺 /usr/local/Cellar/maven/3.5.0: 106 files, 9.8MB, built in 4 seconds | |
==> Downloading https://homebrew.bintray.com/bottles/python3-3.6.1.sierra.bottle.1.tar.gz | |
==> Pouring python3-3.6.1.sierra.bottle.1.tar.gz | |
==> /usr/local/Cellar/python3/3.6.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.6.1/bin --install-lib=/usr/local/lib/python3.6/site-packages --single-version-externally-managed --record=installed.txt | |
==> /usr/local/Cellar/python3/3.6.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.6.1/bin --install-lib=/usr/local/lib/python3.6/site-packages --single-version-externally-managed --record=installed.txt | |
==> /usr/local/Cellar/python3/3.6.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.6.1/bin --install-lib=/usr/local/lib/python3.6/site-packages --single-version-externally-managed --record=installed.txt | |
==> Caveats | |
Pip, setuptools, and wheel have been installed. To update them | |
pip3 install --upgrade pip setuptools wheel | |
You can install Python packages with | |
pip3 install <package> | |
They will install into the site-package directory | |
/usr/local/lib/python3.6/site-packages | |
See: http://docs.brew.sh/Homebrew-and-Python.html | |
==> Summary | |
🍺 /usr/local/Cellar/python3/3.6.1: 3,600 files, 55.8MB | |
==> Installing r from homebrew/science | |
==> Installing dependencies for homebrew/science/r: fontconfig, pixman, glib, cairo | |
==> Installing homebrew/science/r dependency: fontconfig | |
==> Downloading https://homebrew.bintray.com/bottles/fontconfig-2.12.1_2.sierra.bottle.tar.gz | |
==> Pouring fontconfig-2.12.1_2.sierra.bottle.tar.gz | |
==> Regenerating font cache, this may take a while | |
==> /usr/local/Cellar/fontconfig/2.12.1_2/bin/fc-cache -frv | |
🍺 /usr/local/Cellar/fontconfig/2.12.1_2: 468 files, 3MB | |
==> Installing homebrew/science/r dependency: pixman | |
==> Downloading https://homebrew.bintray.com/bottles/pixman-0.34.0.sierra.bottle.tar.gz | |
==> Pouring pixman-0.34.0.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/pixman/0.34.0: 12 files, 1.2MB | |
==> Installing homebrew/science/r dependency: glib | |
==> Downloading https://homebrew.bintray.com/bottles/glib-2.52.0.sierra.bottle.tar.gz | |
==> Pouring glib-2.52.0.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/glib/2.52.0: 430 files, 22.5MB | |
==> Installing homebrew/science/r dependency: cairo | |
==> Downloading https://homebrew.bintray.com/bottles/cairo-1.14.8.sierra.bottle.tar.gz | |
==> Pouring cairo-1.14.8.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/cairo/1.14.8: 119 files, 5.9MB | |
==> Installing homebrew/science/r | |
==> Downloading https://homebrew.bintray.com/bottles-science/r-3.4.0.sierra.bottle.tar.gz | |
==> Pouring r-3.4.0.sierra.bottle.tar.gz | |
==> Caveats | |
To enable rJava support, run the following command: | |
R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers | |
If you've installed a version of Java other than the default, you might need to instead use: | |
R CMD javareconf JAVA_CPPFLAGS="-I/System/Library/Frameworks/JavaVM.framework/Headers -I/Library/Java/JavaVirtualMachines/jdk<version>.jdk/" | |
(where <version> can be found by running `java -version`, `/usr/libexec/java_home`, or `locate jni.h`), or: | |
R CMD javareconf JAVA_CPPFLAGS="-I/System/Library/Frameworks/JavaVM.framework/Headers -I$(/usr/libexec/java_home | grep -o '.*jdk')" | |
==> Summary | |
🍺 /usr/local/Cellar/r/3.4.0: 2,245 files, 59MB | |
==> Installing dependencies for rust: pkg-config | |
==> Installing rust dependency: pkg-config | |
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2.sierra.bottle.tar.gz | |
==> Pouring pkg-config-0.29.2.sierra.bottle.tar.gz | |
🍺 /usr/local/Cellar/pkg-config/0.29.2: 11 files, 627KB | |
==> Installing rust | |
==> Downloading https://homebrew.bintray.com/bottles/rust-1.16.0.sierra.bottle.tar.gz | |
==> Pouring rust-1.16.0.sierra.bottle.tar.gz | |
==> Caveats | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
zsh completions have been installed to: | |
/usr/local/share/zsh/site-functions | |
==> Summary | |
🍺 /usr/local/Cellar/rust/1.16.0: 4,894 files, 232.2MB | |
+ sudo pip3 install --upgrade pip setuptools | |
The directory '/Users/vagrant/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
The directory '/Users/vagrant/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages | |
Collecting setuptools | |
Downloading setuptools-35.0.1-py2.py3-none-any.whl (390kB) | |
Collecting six>=1.6.0 (from setuptools) | |
Downloading six-1.10.0-py2.py3-none-any.whl | |
Collecting packaging>=16.8 (from setuptools) | |
Downloading packaging-16.8-py2.py3-none-any.whl | |
Collecting appdirs>=1.4.0 (from setuptools) | |
Downloading appdirs-1.4.3-py2.py3-none-any.whl | |
Collecting pyparsing (from packaging>=16.8->setuptools) | |
Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB) | |
Installing collected packages: six, pyparsing, packaging, appdirs, setuptools | |
Found existing installation: setuptools 32.2.0 | |
Uninstalling setuptools-32.2.0: | |
Successfully uninstalled setuptools-32.2.0 | |
Successfully installed appdirs-1.4.3 packaging-16.8 pyparsing-2.2.0 setuptools-35.0.1 six-1.10.0 | |
+ sudo pip3 install -r requirements.txt -r test-requirements.txt | |
The directory '/Users/vagrant/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
The directory '/Users/vagrant/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
Collecting sarge~=0.1.4 (from -r requirements.txt (line 1)) | |
Downloading sarge-0.1.4.tar.gz (50kB) | |
Collecting coala_utils~=0.6 (from -r requirements.txt (line 2)) | |
Downloading coala_utils-0.6.2-py3-none-any.whl | |
Collecting coverage~=4.3.4 (from -r test-requirements.txt (line 1)) | |
Downloading coverage-4.3.4-cp36-cp36m-macosx_10_10_x86_64.whl (168kB) | |
Collecting codecov~=2.0.5 (from -r test-requirements.txt (line 2)) | |
Downloading codecov-2.0.5-py2.py3-none-any.whl | |
Collecting pytest~=3.0 (from -r test-requirements.txt (line 3)) | |
Downloading pytest-3.0.7-py2.py3-none-any.whl (172kB) | |
Collecting pytest-cov==2.2.1 (from -r test-requirements.txt (line 4)) | |
Downloading pytest_cov-2.2.1-py2.py3-none-any.whl | |
Collecting pytest-timeout~=1.0 (from -r test-requirements.txt (line 5)) | |
Downloading pytest_timeout-1.2.0-py2.py3-none-any.whl | |
Requirement already satisfied: pip>=9.0.0 in /usr/local/lib/python3.6/site-packages (from -r test-requirements.txt (line 6)) | |
Collecting requests>=2.0.0 (from codecov~=2.0.5->-r test-requirements.txt (line 2)) | |
Downloading requests-2.13.0-py2.py3-none-any.whl (584kB) | |
Collecting argparse (from codecov~=2.0.5->-r test-requirements.txt (line 2)) | |
Downloading argparse-1.4.0-py2.py3-none-any.whl | |
Collecting py>=1.4.29 (from pytest~=3.0->-r test-requirements.txt (line 3)) | |
Downloading py-1.4.33-py2.py3-none-any.whl (83kB) | |
Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from pytest~=3.0->-r test-requirements.txt (line 3)) | |
Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.6/site-packages (from setuptools->pytest~=3.0->-r test-requirements.txt (line 3)) | |
Requirement already satisfied: six>=1.6.0 in /usr/local/lib/python3.6/site-packages (from setuptools->pytest~=3.0->-r test-requirements.txt (line 3)) | |
Requirement already satisfied: packaging>=16.8 in /usr/local/lib/python3.6/site-packages (from setuptools->pytest~=3.0->-r test-requirements.txt (line 3)) | |
Requirement already satisfied: pyparsing in /usr/local/lib/python3.6/site-packages (from packaging>=16.8->setuptools->pytest~=3.0->-r test-requirements.txt (line 3)) | |
Installing collected packages: sarge, coala-utils, coverage, requests, argparse, codecov, py, pytest, pytest-cov, pytest-timeout | |
Running setup.py install for sarge: started | |
Running setup.py install for sarge: finished with status 'done' | |
Successfully installed argparse-1.4.0 coala-utils-0.6.2 codecov-2.0.5 coverage-4.3.4 py-1.4.33 pytest-3.0.7 pytest-cov-2.2.1 pytest-timeout-1.2.0 requests-2.13.0 sarge-0.1.4 | |
+ sudo py.test | |
[1m============================= test session starts ==============================[0m | |
platform darwin -- Python 3.6.1, pytest-3.0.7, py-1.4.33, pluggy-0.4.0 | |
rootdir: /Users/vagrant/git, inifile: setup.cfg | |
plugins: timeout-1.2.0, cov-2.2.1 | |
timeout: 60.0s method: signal | |
collected 120 items | |
dependency_management/requirements/AnyOneOfRequirements.py . | |
dependency_management/requirements/CabalRequirement.py .. | |
dependency_management/requirements/CargoRequirement.py .. | |
dependency_management/requirements/ComposerRequirement.py .. | |
dependency_management/requirements/CondaRequirement.py .. | |
dependency_management/requirements/DistributionRequirement.py . | |
dependency_management/requirements/ExecutableRequirement.py . | |
dependency_management/requirements/GemRequirement.py .. | |
dependency_management/requirements/GoRequirement.py .. | |
dependency_management/requirements/JuliaRequirement.py .. | |
dependency_management/requirements/LuarocksRequirement.py .. | |
dependency_management/requirements/MavenRequirement.py .. | |
dependency_management/requirements/NpmRequirement.py .. | |
dependency_management/requirements/PackageRequirement.py .... | |
dependency_management/requirements/PipRequirement.py . | |
dependency_management/requirements/RscriptRequirement.py .. | |
tests/AnyOneOfRequirementsTest.py .... | |
tests/CabalRequirementTest.py ... | |
tests/CargoRequirementTest.py .... | |
tests/ComposerRequirementTest.py ... | |
tests/CondaRequirementTest.py ssss | |
tests/DistributionRequirementTest.py sssssssssssssssssssss..... | |
tests/ExecutableRequirementTest.py .. | |
tests/GemRequirementTest.py ... | |
tests/GoRequirementTest.py ... | |
tests/JuliaRequirementTest.py .... | |
tests/LuarocksRequirementTest.py .... | |
tests/MavenRequirementTest.py ...... | |
tests/NpmRequirementTest.py ... | |
tests/PipRequirementTest.py ........ | |
tests/PythonImportRequirementTest.py .......... | |
tests/RscriptRequirementTest.py ... | |
--------------- coverage: platform darwin, python 3.6.1-final-0 ---------------- | |
Name Stmts Miss Cover Missing | |
--------------------------------------------------------------------------------------------- | |
dependency_management/Helper.py 3 0 100% | |
dependency_management/__init__.py 0 0 100% | |
dependency_management/requirements/AnyOneOfRequirements.py 11 0 100% | |
dependency_management/requirements/CabalRequirement.py 12 0 100% | |
dependency_management/requirements/CargoRequirement.py 15 0 100% | |
dependency_management/requirements/ComposerRequirement.py 15 0 100% | |
dependency_management/requirements/ExecutableRequirement.py 8 0 100% | |
dependency_management/requirements/GemRequirement.py 17 0 100% | |
dependency_management/requirements/GoRequirement.py 12 0 100% | |
dependency_management/requirements/JuliaRequirement.py 18 0 100% | |
dependency_management/requirements/LuarocksRequirement.py 15 0 100% | |
dependency_management/requirements/MavenRequirement.py 17 0 100% | |
dependency_management/requirements/NpmRequirement.py 15 0 100% | |
dependency_management/requirements/PackageRequirement.py 20 0 100% | |
dependency_management/requirements/PipRequirement.py 17 0 100% | |
dependency_management/requirements/PythonImportRequirement.py 22 0 100% | |
dependency_management/requirements/RscriptRequirement.py 12 0 100% | |
dependency_management/requirements/__init__.py 0 0 100% | |
dependency_management/requirements/CondaRequirement.py 19 4 79% 70-76 | |
dependency_management/requirements/DistributionRequirement.py 68 5 93% 130, 213-216 | |
--------------------------------------------------------------------------------------------- | |
TOTAL 316 9 97% | |
=========================== short test summary info ============================ | |
SKIP [1] tests/CondaRequirementTest.py:14: conda is not installed. | |
SKIP [1] tests/CondaRequirementTest.py:20: conda is not installed. | |
SKIP [1] tests/CondaRequirementTest.py:29: conda is not installed. | |
SKIP [1] tests/CondaRequirementTest.py:37: conda is not installed. | |
SKIP [1] tests/DistributionRequirementTest.py:12: APT is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:15: APT is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:18: APT is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:27: DNF is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:30: DNF is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:33: DNF is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:42: Pacman is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:46: Pacman is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:50: Pacman is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:59: Portage is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:63: Portage is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:67: Portage is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:76: XBPS is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:79: XBPS is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:82: XBPS is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:91: YUM is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:94: YUM is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:98: YUM is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:107: Zypper is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:111: Zypper is not available on this platform | |
SKIP [1] tests/DistributionRequirementTest.py:115: Zypper is not available on this platform | |
============================ pytest-warning summary ============================ | |
WC1 None pytest_funcarg__cov: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. | |
[33m[1m========== 95 passed, 25 skipped, 1 pytest-warnings in 121.40 seconds ==========[0m | |
| | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mRun tests[0m | 481 sec | | |
+---+---------------------------------------------------------------+----------+ | |
+------------------------------------------------------------------------------+ | |
| bitrise summary | | |
+---+---------------------------------------------------------------+----------+ | |
| | title | time (s) | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mactivate-ssh-key[0m | 5.73 sec | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mgit-clone[0m | 8.19 sec | | |
+---+---------------------------------------------------------------+----------+ | |
| [32;1m✓[0m | [32;1mRun tests[0m | 481 sec | | |
+---+---------------------------------------------------------------+----------+ | |
| Total runtime: 495 sec | | |
+------------------------------------------------------------------------------+ | |
[34mINFO[0m[16:09:09] | |
[34mINFO[0m[16:09:09] Submitting anonymized usage information... | |
[34mINFO[0m[16:09:09] For more information visit: | |
[34mINFO[0m[16:09:09] https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment