Skip to content

Instantly share code, notes, and snippets.

View thedrow's full-sized avatar
🤩
Working on Celery 5.3

Omer Katz thedrow

🤩
Working on Celery 5.3
View GitHub Profile
This file has been truncated, but you can view the full file.
ectiveInterceptorCall.lambda$ofVoidMethod$0 (ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0 (ExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed (InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept (TimeoutExtension.java:149)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod (TimeoutExtension.java:140)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod (TimeoutExtension.java:92)
at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0 (ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0 (ExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed (InvocationInterceptorChain.java:106)
at o
/* automatically generated by rust-bindgen 0.59.2 */
pub type __darwin_intptr_t = ::std::os::raw::c_long;
pub type __darwin_size_t = ::std::os::raw::c_ulong;
pub type __darwin_ssize_t = ::std::os::raw::c_long;
pub type size_t = __darwin_size_t;
pub type ssize_t = __darwin_ssize_t;
pub type Py_ssize_t = ssize_t;
pub type Py_hash_t = Py_ssize_t;
pub type PyTypeObject = _typeobject;
============================= test session starts ==============================
platform darwin -- Python 3.10.3, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /Users/okatz6/.pyenv/versions/3.10.3/bin/python3.10
cachedir: .pytest_cache
rootdir: /Users/okatz6/Documents/celery, configfile: pyproject.toml
plugins: subtests-0.6.0, ddtrace-0.46.0, timeout-1.4.2, cov-3.0.0, celery-0.0.0
collecting ... collected 2645 items / 2 skipped / 2643 selected
t/unit/test_canvas.py::test_Canvas::test_freeze_reply_to PASSED [ 0%]
t/unit/app/test_amqp.py::test_TaskConsumer::test_accept_content PASSED [ 0%]
t/unit/app/test_amqp.py::test_ProducerPool::test_setup_nolimit PASSED [ 0%]
/var/folders/hc/tc06jcf144nfk2g_kt51wz9c0000gq/T/python-build.20220409104338.33925 ~/Documents/celery
/var/folders/hc/tc06jcf144nfk2g_kt51wz9c0000gq/T/python-build.20220409104338.33925/Python-3.9.9-nogil /var/folders/hc/tc06jcf144nfk2g_kt51wz9c0000gq/T/python-build.20220409104338.33925 ~/Documents/celery
checking build system type... x86_64-apple-darwin20.4.0
checking host system type... x86_64-apple-darwin20.4.0
checking for python3.9... no
checking for python3... python3
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "darwin"
checking for gcc... clang
import csv
import math
import gidgethub.httpx
import httpx
import trio
import asyncclick as click
STARGAZAERS = """query StargazersCount($owner: String!, $name: String!, $after: String = null)
{
from __future__ import annotations
import types
import typing
from collections import deque
T = typing.TypeVar('T')
def create_transaction(initial_value):
[tool.poetry]
name = "jumpstarter"
version = "0.1.0"
description = "Program initialization toolkit"
authors = ["Omer Katz <omer.drow@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
networkx = "^2.4"
anyio = "^1.2.3"
@thedrow
thedrow / # bazel - 2020-02-24_15-10-26.txt
Created February 24, 2020 13:25
bazel on Ubuntu 18.04.4 LTS - Homebrew build logs
Homebrew build logs for bazel on Ubuntu 18.04.4 LTS
Build date: 2020-02-24 15:10:26
@thedrow
thedrow / build.log
Created January 16, 2020 14:44
infer crash
infer run -- make
Capturing in make/cc mode...
make all-recursive
make[1]: Entering directory '/home/thedrow/Documents/Projects/util-linux'
Making all in po
make[2]: Entering directory '/home/thedrow/Documents/Projects/util-linux/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/thedrow/Documents/Projects/util-linux/po'
make[2]: Entering directory '/home/thedrow/Documents/Projects/util-linux'
CC text-utils/more-more.o
[tool.poetry]
name = "bootsteps"
version = "0.1.0"
license = "BSD-3-Clause"
authors = [
"Omer Katz <omer.drow@gmail.com>"
]