Skip to content

Instantly share code, notes, and snippets.

View Eric-Arellano's full-sized avatar

Eric Arellano Eric-Arellano

View GitHub Profile
@Eric-Arellano
Eric-Arellano / hr_data-action-codes.txt
Last active August 31, 2016 20:32
Hospital Run - data-ember-action codes
Hospital Run - Codes for data-ember-action
To fix HR issue #496 with text icon not showing (https://github.com/HospitalRun/hospitalrun-frontend/issues/496)
Inventory
- Fulfill request
- 2838, mark as consumed checkbox row
- 2839, cancel button
- 2840, fulfill button
- New Request
[=== 01:22 Installing and testing package pantsbuild.pants-1.14.0.dev3+c1ce730a ===]
+ eval pkg_pants_install_test 1.14.0.dev3+c1ce730a --only-binary=:all: -f /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/3rdparty/c1ce730ac920d0168ad5d8cae5a5406d14f1ffc2/1.14.0.dev3+c1ce730a -f /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/pantsbuild.pants/c1ce730ac920d0168ad5d8cae5a5406d14f1ffc2/1.14.0.dev3+c1ce730a --verbose --no-cache-dir
++ pkg_pants_install_test 1.14.0.dev3+c1ce730a --only-binary=:all: -f /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/3rdparty/c1ce730ac920d0168ad5d8cae5a5406d14f1ffc2/1.14.0.dev3+c1ce730a -f /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/pantsbuild.pants/c1ce730ac920d0168ad5d8cae5a5406d14f1ffc2/1.14.0.dev3+c1ce730a --verbose --no-cache-dir
++ local version=1.14.0.dev3+c1ce730a
++ shift
++ local 'PIP_ARGS=--only-binary=:all: -f /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/3rdparty/c1ce730ac920d0168ad5d8cae5a5406d14f1
[=== 01:48 Installing and testing package pantsbuild.pants-1.14.0.dev3+5daf98f1 ===]
Created temporary directory: /private/var/folders/sx/pdpbqz4x5cscn9hhfpbsbqvm0000gn/T/pip-ephem-wheel-cache-0wk396bc
Created temporary directory: /private/var/folders/sx/pdpbqz4x5cscn9hhfpbsbqvm0000gn/T/pip-req-tracker-84t5ocnr
Created requirements tracker '/private/var/folders/sx/pdpbqz4x5cscn9hhfpbsbqvm0000gn/T/pip-req-tracker-84t5ocnr'
Created temporary directory: /private/var/folders/sx/pdpbqz4x5cscn9hhfpbsbqvm0000gn/T/pip-install-9zd8k_y2
Looking in links: /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/3rdparty/5daf98f1b1fe5aafd1e350a1d029498858efa1c7/1.14.0.dev3+5daf98f1, /Users/eric/DocsLocal/code/projects/pants/dist/deploy/wheels/pantsbuild.pants/5daf98f1b1fe5aafd1e350a1d029498858efa1c7/1.14.0.dev3+5daf98f1
Collecting pantsbuild.pants==1.14.0.dev3+5daf98f1
1 location(s) to search for versions of pantsbuild.pants:
* https://pypi.org/simple/pantsbuild-pants/
Skipping link /Users/eric/DocsLocal/code/p
# DO NOT EDIT THIS FILE -- AUTOGENERATED BY PANTS
# Target: src/python/pants:pants-packaged
from setuptools import setup
setup(**{
'name': 'pantsbuild.pants',
'version': '1.14.0.dev3',
'description': 'A scalable build tool for large, complex, heterogeneous repos.',
Running bdist_wheel --py-limited-api cp36 against /Users/eric/DocsLocal/code/projects/pants/dist/pantsbuild.pants-1.14.0rc0**** Failed to install pantsbuild.pants-1.14.0rc0 (caused by: NonZeroExit("received exit code 1 during execution of `['/Users/eric/DocsLocal/code/projects/pants/build-support/pants_dev_deps.py36.venv/bin/python3', '-', 'bdist_wheel', '--py-limited-api', 'cp36']` while trying to execute `['/Users/eric/DocsLocal/code/projects/pants/build-support/pants_dev_deps.py36.venv/bin/python3', '-', 'bdist_wheel', '--py-limited-api', 'cp36']`",)
):
stdout:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.14-x86_64-3.6
creating build/lib.macosx-10.14-x86_64-3.6/pants
copying src/pants/version.py -> build/lib.macosx-10.14-x86_64-3.6/pants
# GENERATED, DO NOT EDIT!
# To change, edit build-support/travis/travis.yml.mustache and run
# ./pants --quiet run build-support/travis:generate_travis_yml > .travis.yml
#
# Tip: Copy the generated `.travis.yml` into https://yamlvalidator.com to validate the YAML
# and see how the entries resolve to normalized JSON (helpful to debug anchors).
# Conditions are documented here: https://docs.travis-ci.com/user/conditions-v1
#!/usr/bin/env python3
# Copyright 2019 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
import argparse
import re
import subprocess
from typing import List
from common import die
20:14:16 00:16 [pytest]
Invalidated 19 targets.
scrubbed PYTHONPATH=/Users/eric/DocsLocal/code/projects/pants/src/python: from py.test environment
20:14:16 00:16 [run]
============== test session starts ===============
platform darwin -- Python 3.6.8, pytest-3.6.4, py-1.7.0, pluggy-0.7.1 -- /Users/eric/.pyenv/versions/3.6.8/bin/python3.6
cachedir: .pants.d/.pytest_cache
rootdir: /Users/eric/DocsLocal/code/projects/pants/.pants.d, inifile: /Users/eric/DocsLocal/code/projects/pants/.pants.d/test/pytest-prep/CPython-3.6.8/ef674d9b47ad4c4617aa75e878049022ce988507/pytest.ini
plugins: cov-2.4.0, timeout-1.2.1
collecting ... collected 223 items
14:00:17 00:14 [pytest]
Invalidated 19 targets.
scrubbed PYTHONPATH=/Users/eric/DocsLocal/code/projects/pants/src/python: from py.test environment
14:00:17 00:14 [run]
.......................................... [ 18%]
.......................................... [ 37%]
.......................................... [ 56%]
.......................................... [ 75%]
....................................F..... [ 94%]
............. [100%]
16:33:50 [INFO] setting up service <pants.pantsd.service.fs_event_service.FSEventService object at 0x1116f82b0>
16:33:50 [INFO] setting up service <pants.pantsd.service.scheduler_service.SchedulerService object at 0x10fca4ef0>
16:33:50 [INFO] watching invalidating files: ('contrib/avro/src/python/pants/__init__.py', 'contrib/avro/src/python/pants/__init__.pyc', 'contrib/avro/src/python/pants/__pycache__/__init__.cpython-36.pyc', 'contrib/avro/src/python/pants/__pycache__/__init__.cpython-37.pyc', 'contrib/avro/src/python/pants/contrib/__init__.py', 'contrib/avro/src/python/pants/contrib/__init__.pyc', 'contrib/avro/src/python/pants/contrib/__pycache__/__init__.cpython-36.pyc', 'contrib/avro/src/python/pants/contrib/__pycache__/__init__.cpython-37.pyc', 'contrib/avro/src/python/pants/contrib/avro/BUILD', 'contrib/avro/src/python/pants/contrib/avro/__init__.py', 'contrib/avro/src/python/pants/contrib/avro/__init__.pyc', 'contrib/avro/src/python/pants/contrib/avro/__pycache__/__init__.cpython-36.pyc', 'contrib/a