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
#0 building with "multi" instance using docker-container driver | |
#1 [airflow-webserver internal] load build definition from Dockerfile | |
#1 transferring dockerfile: 3.50kB done | |
#1 DONE 0.0s | |
#2 [airflow-webserver internal] load metadata for docker.io/apache/airflow:slim-2.8.1-python3.11 | |
#2 DONE 0.2s | |
#3 [airflow-webserver internal] load .dockerignore |
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
diff --git a/airflow/Dockerfile b/airflow/Dockerfile | |
index 1dffaba..a109ca1 100644 | |
--- a/airflow/Dockerfile | |
+++ b/airflow/Dockerfile | |
@@ -2,7 +2,7 @@ | |
FROM apache/airflow:slim-2.8.1-python3.11 | |
ARG DUCKDB_VERSION=0.9.2 | |
-ARG SLING_VERSION=1.0.73 | |
+ARG SLING_VERSION=1.1.2 |
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
https://gist.github.com/jaraco/87305e041d480e1ea5fa65e72ddcba2c |
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
https://github.com/slingdata-io/sling-cli/issues/130 |
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
@ docker run -it jaraco/multipy-tox | |
# import os | |
... def is_docker(): | |
... def text_in_file(text, filename): | |
... try: | |
... with open(filename, encoding='utf-8') as lines: | |
... return any(text in line for line in lines) | |
... except OSError: | |
... return False | |
... cgroup = '/proc/self/cgroup' |
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
--- a/mercurial/dirstate.py | |
+++ b/mercurial/dirstate.py | |
@@ -70,68 +70,23 @@ class rootcache(filecache): | |
def check_invalidated(func): | |
- """check that the func is called with a non-invalidated dirstate | |
- | |
- The dirstate is in an "invalidated state" after an error occured during its | |
- modification and remains so until we exited the top level scope that framed |
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
distutils feature/skeleton @ .tox/docs/bin/pip install -q --force-reinstall git+https://github.com/sphinx-contrib/sphinx-lint@e3f74edfda09a5c3170277ef84b1fd308825de64 | |
distutils feature/skeleton @ .tox/docs/bin/python -m sphinxlint docs | |
No problems found. | |
distutils feature/skeleton @ .tox/docs/bin/pip install -q --force-reinstall git+https://github.com/sphinx-contrib/sphinx-lint@42f1b98299dc5be6b4e2111d77369793a70028b2 | |
distutils feature/skeleton @ .tox/docs/bin/python -m sphinxlint docs | |
Process SpawnPoolWorker-6: | |
Process SpawnPoolWorker-4: | |
Process SpawnPoolWorker-2: | |
Process SpawnPoolWorker-1: | |
Traceback (most recent call last): |
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
cssutils main @ .tox/docs/bin/python -m sphinxlint docs | |
Process SpawnPoolWorker-1: | |
Traceback (most recent call last): | |
File "/opt/homebrew/Cellar/[email protected]/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap | |
self.run() | |
File "/opt/homebrew/Cellar/[email protected]/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/process.py", line 108, in run | |
self._target(*self._args, **self._kwargs) | |
File "/opt/homebrew/Cellar/[email protected]/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114, in worker | |
task = get() | |
^^^^^ |
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
--- /mnt/vex/default_pkg/test-lossy-export_citc-client_sh.runfiles/google3/devtools/piper/hgfission/e2e/tests/test-lossy-export.t | |
+++ /tmp/vex/test_tmp/mercurial_env/test-lossy-export.t#citc-client.err | |
@@ -39,28 +39,151 @@ | |
$ create_and_cd_to_new_fig_repo --include "//depot/$SUBMIT_DIR/..." --include google3/devtools/piper -q | |
$ mkdir -p "$SUBMIT_DIR" | |
$ hg cp google3/devtools/piper/BUILD "$SUBMIT_DIR/copy_one.py" | |
+ ** unknown exception encountered, please report by visiting | |
+ ** http://go/fig-bug | |
+ ** Python 3.10.13 (stable, redacted, redacted) [Clang google3-trunk (aecb58005c692ed756d748437896498b124e9d45)] | |
+ ** Mercurial Distributed SCM (version 6.4.5) |
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
58563 default @ $XONSH_CAPTURE_ALWAYS = False | |
58563 default @ aliases['caution'] = 'echo something' | |
58563 default @ caution | |
something | |
58563 default @ caution > /dev/null | |
58563 default @ aliases['caution'] = 'echo @("something")' | |
58563 default @ caution | |
something | |
58563 default @ caution > /dev/null | |
something |